←Select platform

UserData Property

Summary
Gets or sets optional user data.
Syntax
C#
VB
Objective-C
C++
Java
public object UserData { get; set; } 
Public Property UserData As Object 
@property (nonatomic, strong, nullable) NSObject *userData 
public Object getUserData() 
public void setUserData(Object value) 
public: 
property Object^ UserData { 
   Object^ get(); 
   void set (    Object^ ); 
} 

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

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

Leadtools.Ocr Assembly

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