Gets the OCR document being used in the current operation.
public IOcrDocument Document { get; }
Public ReadOnly Property Document As Leadtools.Forms.Ocr.IOcrDocument
@property (nonatomic, strong, readonly, nullable) LTOcrDocument *document
public OcrDocument getDocument()
public:
property Leadtools.Forms.Ocr.IOcrDocument^ Document {
Leadtools.Forms.Ocr.IOcrDocument^ get();
}
An IOcrDocument instance that specifies the OCR document being used in the current operation. Or a null reference (Nothing in VB) if no document is being used.
This member is not valid and will be null (Nothing in VB) when the current operation is ConvertDocument (or in CreateDocument with PostOperation equals to false).
For an example, refer to OcrAutoRecognizeJobOperationEventArgs.
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