←Select platform

JobData Property

Summary
Gets the job data.
Syntax
C#
VB
Objective-C
C++
Java
public OcrAutoRecognizeJobData JobData { get; } 
ReadOnly Property JobData As OcrAutoRecognizeJobData 
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeJobData *jobData 
public OcrAutoRecognizeJobData getJobData() 

Property Value

An OcrAutoRecognizeJobData structure that contains the job data used to create this object.

Remarks

You can use this member to get information about the original job data used to create this object using CreateJob. For example, to get the original JobName or UserData associated with this job.

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.