←Select platform

Status Property

Summary

Gets or sets the current status of the callback.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public OcrProgressStatus Status { get; set; } 
@property (nonatomic, assign) LTOcrProgressStatus status 
public OcrProgressStatus getStatus() 
public void setStatus(OcrProgressStatus value) 
             
<br/>get_Status();<br/>set_Status(value);<br/>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

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