←Select platform

UserData Property

Summary

User data.

Syntax
C#
C++/CLI
Java
Python
public string UserData { get; set; } 
public:  
   property String^ UserData 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getUserData(); 
public void setUserData( 
   java.lang.String 
); 
UserData # get and set (FullTextSearchItem) 

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

Leadtools.Forms.Recognition Assembly

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