Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Status Property (IOcrProgressData)








Gets or sets the current status of the callback.
Syntax
OcrProgressStatus Status {get; set;}
'Declaration
 
Property Status As OcrProgressStatus
'Usage
 
Dim instance As IOcrProgressData
Dim value As OcrProgressStatus
 
instance.Status = value
 
value = instance.Status
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 OcrProgressStatus Status {
   OcrProgressStatus get();
   void set (    OcrProgressStatus value);
}

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

See Also

Reference

IOcrProgressData Interface
IOcrProgressData Members
IOcrEngine Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features