←Select platform

Status Property

Summary

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

Syntax

C#
VB
Java
C++
public OcrAutoRecognizeManagerJobStatus Status { get; set; } 
public OcrAutoRecognizeManagerJobStatus getStatus() 
public void setStatus(OcrAutoRecognizeManagerJobStatus value) 
             

Property Value

A OcrAutoRecognizeManagerJobStatus enumeration member that specifies the job status.

Remarks

Use this property to abort pending jobs before they start. A full example can be found here: RunJob.

Example

For an example, refer to RunJob.

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