Visual Basic (Declaration) | |
---|---|
Overridable Property Status As OcrProgressStatus |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family