←Select platform

OcrAutoRecognizeManagerJobError Constructor

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
Public Function New( _ 
   ByVal imagePageNumber As Integer, _ 
   ByVal operation As Leadtools.Forms.Ocr.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, 
   Leadtools.Forms.Ocr.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly