ImageGear .NET - Updated
Item Property (ImGearRecCodePageCollection)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecCodePageCollection Class : Item Property
Index of the Code Page (from 0 to Count - 1).
Provides information about a Code Page.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ImGearRecCodePage
'Usage
 
Dim instance As ImGearRecCodePageCollection
Dim index As Integer
Dim value As ImGearRecCodePage
 
value = instance.Item(index)
public ImGearRecCodePage this[ 
   int index
]; {get;}
public: __property ImGearRecCodePage get_Item   int index
;
public:
property ImGearRecCodePage default [int] {
   ImGearRecCodePage get(int index);
}

Parameters

index
Index of the Code Page (from 0 to Count - 1).

Property Value

ImGearRecCodePage structure.
Remarks
This property provides access to an ImGearRecCodePage structure object for a particular Code Page. This object can be used to retrieve information about the Code Page.
See Also

Reference

ImGearRecCodePageCollection Class
ImGearRecCodePageCollection Members
ImGearRecCodePage Structure