LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
OcrAutoRecognizeManagerJobError Constructor
See Also 
Leadtools.Forms.Ocr Namespace > OcrAutoRecognizeManagerJobError Structure : OcrAutoRecognizeManagerJobError Constructor



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 Visual Basic).

The OcrAutoRecognizeManagerJobError Constructor is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal imagePageNumber As Integer, _
   ByVal operation As OcrAutoRecognizeManagerJobOperation, _
   ByVal exception As Exception _
)
Visual Basic (Usage)Copy Code
Dim imagePageNumber As Integer
Dim operation As OcrAutoRecognizeManagerJobOperation
Dim exception As Exception
 
Dim instance As New OcrAutoRecognizeManagerJobError(imagePageNumber, operation, exception)
C# 
public OcrAutoRecognizeManagerJobError( 
   int imagePageNumber,
   OcrAutoRecognizeManagerJobOperation operation,
   Exception exception
)
C++/CLI 
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 Visual Basic).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

OcrAutoRecognizeManagerJobError Constructor requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features