LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Status Property
See Also 
Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeRunJobEventArgs Class : Status Property



The Status Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets a value indicating whether to continue or abort current job.

Syntax

Visual Basic (Declaration) 
Public Property Status As OcrAutoRecognizeManagerJobStatus
Visual Basic (Usage)Copy Code
Dim instance As OcrAutoRecognizeRunJobEventArgs
Dim value As OcrAutoRecognizeManagerJobStatus
 
instance.Status = value
 
value = instance.Status
C# 
public OcrAutoRecognizeManagerJobStatus Status {get; set;}
C++/CLI 
public:
property OcrAutoRecognizeManagerJobStatus Status {
   OcrAutoRecognizeManagerJobStatus get();
   void set (    OcrAutoRecognizeManagerJobStatus value);
}

Property Value

A OcrAutoRecognizeManagerJobStatus enumeration member that specifies the job status.

Example

For an example, refer to IOcrAutoRecognizeManager.RunJob.

Remarks

Use this property to abort pending jobs before they start. A full example can be found here: IOcrAutoRecognizeManager.RunJob.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Status requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features