Gets or sets a value indicating whether to continue or abort current job.
public OcrAutoRecognizeManagerJobStatus Status { get; set; }
Public Property Status As Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus
public OcrAutoRecognizeManagerJobStatus getStatus()
public void setStatus(OcrAutoRecognizeManagerJobStatus value)
public:
property Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus Status {
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus get();
void set ( Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus );
}
A OcrAutoRecognizeManagerJobStatus enumeration member that specifies the job status.
Use this property to abort pending jobs before they start. A full example can be found here: RunJob.
For an example, refer to RunJob.
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