LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

UserData Property

Show in webframe







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;}

            

            
 
get_UserData();
set_UserData(value);
Object.defineProperty('UserData');
public:
property Object^ UserData {
   Object^ get();
   void set (    Object^ value);
}

Property Value

An System.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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

UserData requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features