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.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.For an example, refer to OcrProgressCallback.
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
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7