Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeRunJobEventArgs Class : Status Property |
public OcrAutoRecognizeManagerJobStatus Status {get; set;}
'Declaration Public Property Status As OcrAutoRecognizeManagerJobStatus
'Usage Dim instance As OcrAutoRecognizeRunJobEventArgs Dim value As OcrAutoRecognizeManagerJobStatus instance.Status = value value = instance.Status
public OcrAutoRecognizeManagerJobStatus Status {get; set;}
get_Status();
set_Status(value);
public: property OcrAutoRecognizeManagerJobStatus Status { OcrAutoRecognizeManagerJobStatus get(); void set ( OcrAutoRecognizeManagerJobStatus value); }
Use this property to abort pending jobs before they start. A full example can be found here: RunJob.
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