Initializes a new instance of the OcrAutoRecognizeManagerJobError structure with the given values.
public OcrAutoRecognizeManagerJobError(
int imagePageNumber,
OcrAutoRecognizeManagerJobOperation operation,
Exception exception
)
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
)
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).
OcrAutoRecognizeManagerJobError Structure
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET