Leadtools.Forms.Ocr Namespace : OcrProgressStatus Enumeration |
[SerializableAttribute()] public enum OcrProgressStatus : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum OcrProgressStatus Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As OcrProgressStatus
[SerializableAttribute()] public enum OcrProgressStatus : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Forms.Ocr.OcrProgressStatus = function() { }; Leadtools.Forms.Ocr.OcrProgressStatus.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class OcrProgressStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
Continue | Continue normal operation. |
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.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrProgressStatus
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