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

Leadtools.Forms.Recognition Assembly