←Select platform

OcrAutoRecognizeManagerJobError Constructor

Summary
Initializes a new instance of the OcrAutoRecognizeManagerJobError structure with the given values.
Syntax
C#
Objective-C
C++/CLI
Java
Python
- (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 
) 
__init__(self,imagePageNumber,operation,exception) # Overloaded constructor 

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 23.0.2024.4.19
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.