←Select platform

UserData Property

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

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.

Requirements

Target Platforms

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

Leadtools.Ocr Assembly

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