←Select platform

OcrProgressStatus Enumeration

Summary

Status control of the OcrProgressCallback.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
[SerializableAttribute()] 
public enum OcrProgressStatus   
<SerializableAttribute()> 
Public Enum OcrProgressStatus  
    
    
[SerializableAttribute()] 
public enum OcrProgressStatus    
typedef NS_ENUM(NSInteger, LTOcrProgressStatus) 
public enum OcrProgressStatus 
Leadtools.Forms.Ocr.OcrProgressStatus = function() { }; 
Leadtools.Forms.Ocr.OcrProgressStatus.prototype = {<br/> 
  Continue = 0, 
    Abort = 1, 
     
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly