←Select platform

Operation Property

Summary

Gets or sets the operation that caused the error.

Syntax

C#
VB
Java
Objective-C
C++
public OcrAutoRecognizeManagerJobOperation Operation { get; set; } 
@property (nonatomic, assign) LTOcrAutoRecognizeManagerJobOperation operation 
public OcrAutoRecognizeManagerJobOperation getOperation() 
public void setOperation(OcrAutoRecognizeManagerJobOperation value) 
             

Property Value

An OcrAutoRecognizeManagerJobOperation enumeration member that specifies the operation that caused the error. Default value is OcrAutoRecognizeManagerJobOperation.Other.

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