Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeJobOperationEventArgs Class : Job Property |
public IOcrAutoRecognizeJob Job {get;}
'Declaration Public ReadOnly Property Job As IOcrAutoRecognizeJob
'Usage Dim instance As OcrAutoRecognizeJobOperationEventArgs Dim value As IOcrAutoRecognizeJob value = instance.Job
public IOcrAutoRecognizeJob Job {get;}
get_Job();
public: property IOcrAutoRecognizeJob^ Job { IOcrAutoRecognizeJob^ get(); }
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2