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

Show in webframe

OcrAutoRecognizeJobOperationEventArgs Constructor








The instance of the IOcrAutoRecognizeJob currently being run
The current operation.
A value indicating whether the operation has run.
The OCR document being used.
The OCR page being.
The 1-based page number in the image file.
Optional name of the LTD file being used.
The format being used when saving or converting the document.
The document file name being used.
The document writer instance being used.
Initializes a new instance of the OcrAutoRecognizeJobOperationEventArgs class with the specified values.
Syntax
'Declaration
 
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 _
)
'Usage
 
Dim job As IOcrAutoRecognizeJob
Dim operation As OcrAutoRecognizeManagerJobOperation
Dim postOperation As Boolean
Dim document As IOcrDocument
Dim page As IOcrPage
Dim imagePageNumber As Integer
Dim ltdFileName As String
Dim format As DocumentFormat
Dim documentFileName As String
Dim documentWriterInstance As DocumentWriter
 
Dim instance As New OcrAutoRecognizeJobOperationEventArgs(job, operation, postOperation, document, page, imagePageNumber, ltdFileName, format, documentFileName, documentWriterInstance)
- (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)
            
function OcrAutoRecognizeJobOperationEventArgs( 
   job ,
   operation ,
   postOperation ,
   document ,
   page ,
   imagePageNumber ,
   ltdFileName ,
   format ,
   documentFileName ,
   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

See Also

Reference

OcrAutoRecognizeJobOperationEventArgs Class
OcrAutoRecognizeJobOperationEventArgs 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