←Select platform

OcrAutoRecognizeJobOperationEventArgs Constructor

Summary
Initializes a new instance of the OcrAutoRecognizeJobOperationEventArgs class with the specified values.
Syntax
C#
Objective-C
C++/CLI
Java
- (instancetype)initWithJob:(LTOcrAutoRecognizeJob *)job operation:(LTOcrAutoRecognizeManagerJobOperation)operation document:(nullable LTOcrDocument *)document page:(nullable LTOcrPage *)page imagePageNumber:(NSInteger)imagePageNumber ltdFileName:(nullable NSString *)ltdFileName format:(LTDocumentFormat)format documentFileName:(nullable NSString *)documentFileName documentWriter:(nullable LTDocumentWriter *)documentWriterInstance; 
public OcrAutoRecognizeJobOperationEvent( 
   Object source, 
   OcrAutoRecognizeJob job, 
   OcrAutoRecognizeManagerJobOperation operation, 
   boolean postOperation, 
   OcrDocument document, 
   OcrPage page, 
   int imagePageNumber, 
   String ltdFileName, 
   DocumentFormat format, 
   String documentFileName, 
   DocumentWriter documentWriterInstance) 

Parameters

job
The instance of the IOcrAutoRecognizeJob currently being run

operation
The current operation.

postOperation
A value indicating whether the operation has run.

document
The OCR document being used.

page
The OCR page being.

imagePageNumber
The 1-based page number in the image file.

ltdFileName
Optional name of the LTD file being used.

format
The format being used when saving or converting the document.

documentFileName
The document file name being used.

documentWriterInstance
The document writer instance being used.

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.