Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Enum OcrProgressStatus Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public enum OcrProgressStatus : Enum |
C++/CLI | |
---|---|
[SerializableAttribute()] public enum class OcrProgressStatus : public Enum |
Member | Description |
---|---|
Continue | Continue normal operation. |
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. |
For an example, refer to OcrProgressCallback
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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family