Gets the job data.
public OcrAutoRecognizeJobData JobData { get; }
ReadOnly Property JobData As Leadtools.Forms.Ocr.OcrAutoRecognizeJobData
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeJobData *jobData
public OcrAutoRecognizeJobData getJobData()
property Leadtools.Forms.Ocr.OcrAutoRecognizeJobData JobData {
Leadtools.Forms.Ocr.OcrAutoRecognizeJobData get();
}
An OcrAutoRecognizeJobData structure that contains the job data used to create this object.
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.
For an example, refer to RunJob and RunJobAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET