LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrProgressStatus Enumeration
See Also  
Leadtools.Forms.Ocr Namespace : OcrProgressStatus Enumeration



The OcrProgressStatus Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Status control of the OcrProgressCallback.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Enum OcrProgressStatus 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OcrProgressStatus
C# 
[SerializableAttribute()]
public enum OcrProgressStatus : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[SerializableAttribute()]
public enum class OcrProgressStatus : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AbortSignal 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.
ContinueContinue normal operation.

Example

For an example, refer to OcrProgressCallback

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrProgressStatus

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

OcrProgressStatus requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features