ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRZoneCollection Class / Item Property
Index of zone in zone list to access.




In This Topic
    Item Property (ImGearOCRZoneCollection)
    In This Topic
    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