Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

Item Property








zero-based index of the page to get.
Gets the page at the specified index.
Syntax
IOcrPage this[ 
   int index
]; {get;}
'Declaration
 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IOcrPage
'Usage
 
Dim instance As IOcrPageCollection
Dim index As Integer
Dim value As IOcrPage
 
value = instance.Item(index)
IOcrPage this[ 
   int index
]; {get;}
@Override public OcrPage get(int location)
 this[ 
   index 
] get_Item();
property IOcrPage^ default [int] {
   IOcrPage^ get(int index);
}

Parameters

index
zero-based index of the page to get.

Property Value

The IOcrPage object at the specified index.
Remarks

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.

Requirements

Target Platforms

See Also

Reference

IOcrPageCollection Interface
IOcrPageCollection Members
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPage Interface
Programming with the LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features