Leadtools.Forms.Ocr Namespace > IOcrProgressData Interface : Status Property |
OcrProgressStatus Status {get; set;}
'Declaration Property Status As OcrProgressStatus
'Usage Dim instance As IOcrProgressData Dim value As OcrProgressStatus instance.Status = value value = instance.Status
OcrProgressStatus Status {get; set;}
get_Status();
set_Status(value);
property OcrProgressStatus Status { OcrProgressStatus get(); void set ( OcrProgressStatus value); }
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2