Initializes a new instance of the OcrAutoRecognizeJobOperationEventArgs class with the specified values.
public OcrAutoRecognizeJobOperationEventArgs(IOcrAutoRecognizeJob job,OcrAutoRecognizeManagerJobOperation operation,bool postOperation,IOcrDocument document,IOcrPage page,int imagePageNumber,string ltdFileName,DocumentFormat format,string documentFileName,DocumentWriter documentWriterInstance)
Public Function New( _ByVal job As Leadtools.Forms.Ocr.IOcrAutoRecognizeJob, _ByVal operation As Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation, _ByVal postOperation As Boolean, _ByVal document As Leadtools.Forms.Ocr.IOcrDocument, _ByVal page As Leadtools.Forms.Ocr.IOcrPage, _ByVal imagePageNumber As Integer, _ByVal ltdFileName As String, _ByVal format As Leadtools.Forms.Documentwriters.DocumentFormat, _ByVal documentFileName As String, _ByVal documentWriterInstance As Leadtools.Forms.Documentwriters.DocumentWriter _)
- (instancetype)initWithJob:(LTOcrAutoRecognizeJob *)joboperation:(LTOcrAutoRecognizeManagerJobOperation)operationdocument:(nullable LTOcrDocument *)documentpage:(nullable LTOcrPage *)pageimagePageNumber:(NSInteger)imagePageNumberltdFileName:(nullable NSString *)ltdFileNameformat:(LTDocumentFormat)formatdocumentFileName:(nullable NSString *)documentFileNamedocumentWriter:(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)
public:OcrAutoRecognizeJobOperationEventArgs(Leadtools.Forms.Ocr.IOcrAutoRecognizeJob^ job,Leadtools.Forms.Ocr.OcrAutoRecognizeManagerJobOperation operation,bool postOperation,Leadtools.Forms.Ocr.IOcrDocument^ document,Leadtools.Forms.Ocr.IOcrPage^ page,int imagePageNumber,String^ ltdFileName,Leadtools.Forms.Documentwriters.DocumentFormat format,String^ documentFileName,Leadtools.Forms.Documentwriters.DocumentWriter^ documentWriterInstance)
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.
OcrAutoRecognizeJobOperationEventArgs Class
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
