C#
VB
C++
Gets or sets the OcrDocument that contains the page.
public IOcrDocument OcrDocument { get; set; }
Public Property OcrDocument As Leadtools.Forms.Ocr.IOcrDocument
public:
property Leadtools.Forms.Ocr.IOcrDocument^ OcrDocument {
Leadtools.Forms.Ocr.IOcrDocument^ get();
void set ( Leadtools.Forms.Ocr.IOcrDocument^ );
}
The OCR Document that is created from the Ocr engine and used for processing.
If this value is null the processing engine will create its own OcrDocument and add the page image to it.
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