Gets the job associated with this operation.
public IOcrAutoRecognizeJob Job { get; }
Public ReadOnly Property Job As Leadtools.Forms.Ocr.IOcrAutoRecognizeJob
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeJob *job
public OcrAutoRecognizeJob getJob()
public:
property Leadtools.Forms.Ocr.IOcrAutoRecognizeJob^ Job {
Leadtools.Forms.Ocr.IOcrAutoRecognizeJob^ get();
}
The instance of the IOcrAutoRecognizeJob currently being run.
You can use this member to get information about the job, for example, the image file name and page numbers to recognize and the output document file name and format through IOcrAutoRecognizeJob.JobData. Note that OcrAutoRecognizeJobData.LastPageNumber will have the true value of the last page number in the image file if a value of -1 (for up to last page) was passed in the original object used to create IOcrAutoRecognizeJob.
For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
OcrAutoRecognizeJobOperationEventArgs Class
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