LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Item Property
See Also 
Leadtools.Forms.Ocr Namespace > IOcrPageCollection Interface : Item Property



index
zero-based index of the page to get.

The Item Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Gets the page at the specified index.

Syntax

Visual Basic (Declaration) 
ReadOnly Default Property Item( _
   ByVal index As Integer _
) As IOcrPage
Visual Basic (Usage)Copy Code
Dim instance As IOcrPageCollection
Dim index As Integer
Dim value As IOcrPage
 
value = instance.Item(index)
C# 
IOcrPage this( 
   int index
) {get;}
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Item requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features