Gets the OCR page being used in the current operation.
public IOcrPage Page { get; }
Public ReadOnly Property Page As Leadtools.Forms.Ocr.IOcrPage
@property (nonatomic, strong, readonly, nullable) LTOcrPage *page
public OcrPage getPage()
public:
property Leadtools.Forms.Ocr.IOcrPage^ Page {
Leadtools.Forms.Ocr.IOcrPage^ get();
}
an IOcrPage instance that specifies the OCR page being used in the current operation. Or a null reference (Nothing in VB) if no page is being used.
This member is not valid and will be null (Nothing in VB) when the current operation is CreateDocument, PrepareDocument, SaveDocument or ConvertDocument.
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