Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrProgressStatus Enumeration








Status control of the OcrProgressCallback.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrProgressStatus 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As OcrProgressStatus
typedef NS_ENUM(NSInteger, LTOcrProgressStatus)
public enum OcrProgressStatus
Leadtools.Forms.Ocr.OcrProgressStatus = function() { };
Leadtools.Forms.Ocr.OcrProgressStatus.prototype = {<br/>
  Continue = 0,
	Abort = 1,
	
 };
Members
ValueMemberDescription
0Continue Continue normal operation.
1Abort Signal that the user has requested the current operation to be aborted. The processing will stop at the first suitable moment and any pending operations are aborted.
Remarks

OcrProgressStatus used as a parameter to the IOcrProgressData.Status property. You can use this property to abort the callback at anytime.

Notice that aborting the callback will cancel any pending operations.

Example
For an example, refer to OcrProgressCallback
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.Ocr Namespace
OcrProgressCallback Delegate
IOcrEngine Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features