Gets the page at the specified index.
ReadOnly Default Property Item( _
ByVal index As Integer _
) As Leadtools.Forms.Ocr.IOcrPage
@Override public OcrPage get(int location)
property Leadtools.Forms.Ocr.IOcrPage^ default [int] {
Leadtools.Forms.Ocr.IOcrPage^ get(int index);
}
index
zero-based index of the page to get.
The IOcrPage object at the specified index.
The "setter" of this collection is hidden and should not be called.
This member only works with memory-based documents and will throw an exception otherwise. For more information, refer to IOcrDocumentManager.CreateDocument and Programming with the LEADTOOLS .NET OCR.
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