←Select platform

OcrProgressStatus Enumeration

Summary
Status control of the OcrProgressCallback.
Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
public enum OcrProgressStatus   
<SerializableAttribute()> 
Public Enum OcrProgressStatus  
typedef NS_ENUM(NSInteger, LTOcrProgressStatus) 
public enum OcrProgressStatus 
[SerializableAttribute()] 
public enum class OcrProgressStatus   
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

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.