←Select platform

Status Property

Summary
Gets or sets the current status of the callback.
Syntax
C#
VB
Objective-C
C++
Java
public OcrProgressStatus Status { get; set; } 
Property Status As OcrProgressStatus 
@property (nonatomic, assign) LTOcrProgressStatus status 
public OcrProgressStatus getStatus() 
public void setStatus(OcrProgressStatus value) 
property OcrProgressStatus Status { 
   OcrProgressStatus get(); 
   void set (    OcrProgressStatus ); 
} 

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 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.