ImageGear .NET v25.1 - Updated
Item Property (ImGearOCRZoneCollection)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZoneCollection Class : Item Property
Index of zone in zone list to access.
Provides access to a particular zone.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As ImGearOCRZone
'Usage
 
Dim instance As ImGearOCRZoneCollection
Dim index As Integer
Dim value As ImGearOCRZone
 
value = instance.Item(index)
public ImGearOCRZone this[ 
   int index
]; {get;}
public: __property ImGearOCRZone* get_Item   int index
;
public:
property ImGearOCRZone^ default [int] {
   ImGearOCRZone^ get(int index);
}

Parameters

index
Index of zone in zone list to access.
See Also

Reference

ImGearOCRZoneCollection Class
ImGearOCRZoneCollection Members