←Select platform

Status Property (IOcrProgressData)

Summary

Gets or sets the current status of the callback.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
@property (nonatomic, assign) LTOcrProgressStatus status 
public OcrProgressStatus getStatus() 
public void setStatus(OcrProgressStatus value) 
             
get_Status(); 
set_Status(value); 
Object.defineProperty('Status');  

Property Value

The current status of the callback.

Remarks

Abort the callback at anytime by setting the value of Status to OcrProgressStatus.Abort. To continue the OCR process, leave Status to the default value of OcrProgressStatus.Continue

Example

For an example, refer to OcrProgressCallback.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Ocr Assembly
Click or drag to resize