←Select platform

Job Property

Summary
Gets the job associated with this operation.
Syntax
C#
VB
Objective-C
C++
Java
public IOcrAutoRecognizeJob Job { get; } 
Public ReadOnly Property Job As IOcrAutoRecognizeJob 
@property (nonatomic, strong, readonly) LTOcrAutoRecognizeJob *job 
public OcrAutoRecognizeJob getJob() 
public: 
property IOcrAutoRecognizeJob^ Job { 
   IOcrAutoRecognizeJob^ get(); 
} 

Property Value

The instance of the IOcrAutoRecognizeJob currently being run.

Remarks

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.

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

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.