Status control of the OcrProgressCallback.
[SerializableAttribute()]
public enum OcrProgressStatus
<SerializableAttribute()>
Public Enum OcrProgressStatus
[SerializableAttribute()]
public enum OcrProgressStatus
typedef NS_ENUM(NSInteger, LTOcrProgressStatus)
public enum OcrProgressStatus
Leadtools.Forms.Ocr.OcrProgressStatus = function() { };
Leadtools.Forms.Ocr.OcrProgressStatus.prototype = {<br/>
Continue = 0,
Abort = 1,
};
[SerializableAttribute()]
public enum class OcrProgressStatus
Members
Value | Member | Description |
---|---|---|
0 | Continue | Continue normal operation. |
1 | Abort | Signal that the user has requested the current operation to be aborted. The processing will stop at the first suitable moment and any pending operations are aborted. |
OcrProgressStatus used as a parameter to the IOcrProgressData.Status property. You can use this property to abort the callback at anytime.
Notice that aborting the callback will cancel any pending operations.
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