Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

OcrAutoRecognizeManagerJobError Constructor (OcrAutoRecognizeManagerJobError)








The 1-based page number of the page in the source image file that caused the error.
The operation that caused the error.
The exception that was thrown (if any). May be a null reference (Nothing in Visual Basic).
Initializes a new instance of the OcrAutoRecognizeManagerJobError structure with the given values.
Syntax
'Declaration
 
Public Function New( _
   ByVal imagePageNumber As Integer, _
   ByVal operation As OcrAutoRecognizeManagerJobOperation, _
   ByVal exception As Exception _
)
'Usage
 
Dim imagePageNumber As Integer
Dim operation As OcrAutoRecognizeManagerJobOperation
Dim exception As Exception
 
Dim instance As New OcrAutoRecognizeManagerJobError(imagePageNumber, operation, exception)
- (instancetype)initWithPageNumber:(NSInteger)imagePageNumber operation:(LTOcrAutoRecognizeManagerJobOperation)operation error:(NSError *)error
public OcrAutoRecognizeManagerJobError(int imagePageNumber, OcrAutoRecognizeManagerJobOperation operation, Exception exception)
function OcrAutoRecognizeManagerJobError( 
   imagePageNumber ,
   operation ,
   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

See Also

Reference

OcrAutoRecognizeManagerJobError Structure
OcrAutoRecognizeManagerJobError Members
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features