Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

UserData Property








Gets or sets optional user data.
Syntax
public object UserData {get; set;}
'Declaration
 
Public Property UserData As Object
'Usage
 
Dim instance As OcrAutoRecognizeJobData
Dim value As Object
 
instance.UserData = value
 
value = instance.UserData
public object UserData {get; set;}
@property (nonatomic, strong, nullable) NSObject *userData
public Object getUserData()
public void setUserData(Object value)
            
 <br/>get_UserData();<br/>set_UserData(value);<br/>Object.defineProperty('UserData'); 
public:
property Object^ UserData {
   Object^ get();
   void set (    Object^ value);
}

Property Value

An Object that contains the optional user data associated with the job. You can use this value to store any extra information required by your application. The IOcrAutoRecognizeJob will contain the same object used here in its IOcrAutoRecognizeJob.JobData member.
Example
For an example, refer to RunJob and RunJobAsync.
Requirements

Target Platforms

See Also

Reference

OcrAutoRecognizeJobData Structure
OcrAutoRecognizeJobData Members
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features