←Select platform

UserData Property

Summary

User data.

Syntax

C#
VB
C++
public string UserData { get; set; } 
Public Property UserData() As String 
   Get 
   Set 
public:  
   property String^ UserData 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

Optional user data.

Remarks

This will be saved to the store and retrieved with the rest of the data. Used for input and output.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly