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 operation.Visual Basic (Declaration) | |
---|---|
Public Property Status As OcrAutoRecognizeManagerJobStatus |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrAutoRecognizeJobOperationEventArgs 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 operation status.For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
Use this property to abort the current operation (and whole recogniton job).
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7