←Select platform

JobData Property

Summary

Gets the job data.

Syntax

C#
VB
Java
Objective-C
C++
public OcrAutoRecognizeJobData JobData { get; } 
ReadOnly Property JobData As Leadtools.Forms.Ocr.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly