Gets or sets the current status of the callback.
public OcrProgressStatus Status { get; set; }
Property Status As Leadtools.Forms.Ocr.OcrProgressStatus
Leadtools.Forms.Ocr.OcrProgressStatus Status {get; set;}
@property (nonatomic, assign) LTOcrProgressStatus status
public OcrProgressStatus getStatus()
public void setStatus(OcrProgressStatus value)
<br/>get_Status();<br/>set_Status(value);<br/>Object.defineProperty('Status');
property Leadtools.Forms.Ocr.OcrProgressStatus Status {
Leadtools.Forms.Ocr.OcrProgressStatus get();
void set ( Leadtools.Forms.Ocr.OcrProgressStatus );
}
The current status of the callback.
Abort the callback at anytime by setting the value of Status to OcrProgressStatus.Abort. To continue the OCR process, leave Status to the default value of OcrProgressStatus.Continue
For an example, refer to OcrProgressCallback.
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