LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

OcrProgressStatus Enumeration

Show in webframe







Status control of the OcrProgressCallback.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Enum OcrProgressStatus 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As OcrProgressStatus
enum LTOcrProgressStatus
public enum OcrProgressStatus
Leadtools.Forms.Ocr.OcrProgressStatus = function() { };
Leadtools.Forms.Ocr.OcrProgressStatus.prototype = {
Continue = 0x00000000, Abort = 0x00000001, };
[SerializableAttribute()]
public enum class OcrProgressStatus : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000ContinueContinue normal operation.
0x00000001AbortSignal 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

 

 


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

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