Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.9
|
Leadtools.Forms.Ocr Assembly > Leadtools.Forms.Ocr Namespace > IOcrPageCollection Interface : Item Property |
'Usage
Dim instance As IOcrPageCollection Dim index As Integer Dim value As IOcrPage value = instance.Item(index)
@Override public OcrPage get(int location)
this[ index ] get_Item();
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.