←Select platform

OcrAutoRecognizeJobOperationEventArgs Constructor

Summary
Initializes a new instance of the OcrAutoRecognizeJobOperationEventArgs class with the specified values.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal job As IOcrAutoRecognizeJob, _ 
   ByVal operation As OcrAutoRecognizeManagerJobOperation, _ 
   ByVal postOperation As Boolean, _ 
   ByVal document As IOcrDocument, _ 
   ByVal page As IOcrPage, _ 
   ByVal imagePageNumber As Integer, _ 
   ByVal ltdFileName As String, _ 
   ByVal format As DocumentFormat, _ 
   ByVal documentFileName As String, _ 
   ByVal documentWriterInstance As DocumentWriter _ 
) 
- (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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.