←Select platform

Status Property

Summary

Gets or sets a value indicating whether to continue or abort current operation.

Syntax
C#
VB
Objective-C
C++
Java
public OcrAutoRecognizeManagerJobStatus Status { get; set; } 
Public Property Status As OcrAutoRecognizeManagerJobStatus 
@property (nonatomic, assign) LTOcrAutoRecognizeManagerJobStatus status 
public OcrAutoRecognizeManagerJobStatus getStatus() 
public void setStatus(OcrAutoRecognizeManagerJobStatus value) 

Property Value

A OcrAutoRecognizeManagerJobStatus enumeration member that specifies the operation status.

Remarks

Use this property to abort the current operation (and whole recognition job).

Example

For an example, refer to OcrAutoRecognizeJobOperationEventArgs.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly