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 : OcrAutoRecognizeManagerJobStatus Enumeration |
public enum OcrAutoRecognizeManagerJobStatus : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum OcrAutoRecognizeManagerJobStatus Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As OcrAutoRecognizeManagerJobStatus
public enum OcrAutoRecognizeManagerJobStatus : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTOcrAutoRecognizeManagerJobStatus)
public enum OcrAutoRecognizeManagerJobStatus
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus = function() { }; Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus.prototype = {<br/> Success = 0, Abort = 1, };
public enum class OcrAutoRecognizeManagerJobStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Success | The job was completed successfully if this is used as the return value from IOcrAutoRecognizeManager.RunJob, or continue with current job if this is used width OcrAutoRecognizeRunJobEventArgs.Status. |
1 | Abort | The job was aborted or had errors if this is used as the return value from IOcrAutoRecognizeManager.RunJob, or abort current job if this is used width OcrAutoRecognizeRunJobEventArgs.Status. |
The OcrAutoRecognizeManagerJobStatus is used as the type of the OcrAutoRecognizeRunJobEventArgs.Status property that you can set during IOcrAutoRecognizeManager.JobStarted to optionally abort any pending jobs.
It is also used as the type of the OcrAutoRecognizeJobOperationEventArgs.Status property that you can set during IOcrAutoRecognizeManager.JobOperation event handler to abort any currently running jobs.
It is also used as the return value from the IOcrAutoRecognizeManager.RunJob to indicate whether job completed successfully or was aborted due to errors or user action.
System.Object
System.ValueType
System.Enum
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus