Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > 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;}
public OcrAutoRecognizeManagerJobStatus getStatus() public void setStatus(OcrAutoRecognizeManagerJobStatus value)
<br/>get_Status();<br/>set_Status(value);<br/>Object.defineProperty('Status');
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.