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 *)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)
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