LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

OcrAutoRecognizeManagerJobStatus Enumeration

Show in webframe







Job status.
Syntax
public enum OcrAutoRecognizeManagerJobStatus : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum OcrAutoRecognizeManagerJobStatus 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrAutoRecognizeManagerJobStatus
public enum OcrAutoRecognizeManagerJobStatus : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus = function() { };
Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobStatus.prototype = {
Success = 0x00000000, Abort = 0x00000001, };
public enum class OcrAutoRecognizeManagerJobStatus : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000Success

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.

0x00000001Abort

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.

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.

Example
For an example, refer to RunJob.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
Programming with LEADTOOLS .NET OCR

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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