←Select platform

OcrAutoRecognizeManagerJobError Constructor

Summary

Initializes a new instance of the OcrAutoRecognizeManagerJobError structure with the given values.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal imagePageNumber As Integer, _ 
   ByVal operation As OcrAutoRecognizeManagerJobOperation, _ 
   ByVal exception As Exception _ 
) 
- (instancetype)initWithPageNumber:(NSInteger)imagePageNumber operation:(LTOcrAutoRecognizeManagerJobOperation)operation error:(NSError *)error 
public OcrAutoRecognizeManagerJobError(int imagePageNumber, OcrAutoRecognizeManagerJobOperation operation, Exception exception) 
public: 
OcrAutoRecognizeManagerJobError(  
   int imagePageNumber, 
   OcrAutoRecognizeManagerJobOperation operation, 
   Exception^ exception 
) 

Parameters

imagePageNumber
The 1-based page number of the page in the source image file that caused the error.

operation
The operation that caused the error.

exception
The exception that was thrown (if any). May be a null reference (Nothing in VB).

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