Leadtools.Forms.Ocr Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Status Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrProgressData Interface : Status Property



Gets or sets the current status of the callback.

Syntax

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

Return 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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

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