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



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

Job status.

Syntax

Visual Basic (Declaration) 
Public Enum OcrAutoRecognizeManagerJobStatus 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As OcrAutoRecognizeManagerJobStatus
C# 
public enum OcrAutoRecognizeManagerJobStatus : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class OcrAutoRecognizeManagerJobStatus : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
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.

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.

Example

For an example, refer to IOcrAutoRecognizeManager.RunJob.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus

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

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