←Select platform

Status Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
public OcrAutoRecognizeManagerJobStatus Status { get; set; } 
@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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly