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.| 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.For an example, refer to IOcrAutoRecognizeManager.RunJob.
Use this property to abort pending jobs before they start. A full example can be found here: IOcrAutoRecognizeManager.RunJob.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code