←Select platform

Status Property

Summary

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

Syntax
C#
VB
C++
Java
public OcrAutoRecognizeManagerJobStatus Status { get; set; } 
Public Property Status As OcrAutoRecognizeManagerJobStatus 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly