←Select platform

UserData Property

Summary

User data.

Syntax
C#
VB
C++
Java
public string UserData { get; set; } 
Public Property UserData() As String 
   Get 
   Set 
public:  
   property String^ UserData 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getUserData(); 
public void setUserData( 
   java.lang.String 
); 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.