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



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

Gets or sets the current status of the callback.

Syntax

Visual Basic (Declaration) 
Property Status As OcrProgressStatus
Visual Basic (Usage)Copy Code
Dim instance As IOcrProgressData
Dim value As OcrProgressStatus
 
instance.Status = value
 
value = instance.Status
C# 
OcrProgressStatus Status {get; set;}
C++/CLI 
property OcrProgressStatus Status {
   OcrProgressStatus get();
   void set (    OcrProgressStatus value);
}

Property Value

The current status of the callback.

Example

For an example, refer to OcrProgressCallback.

Remarks

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

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

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