ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class / ZoneIndex Property




In This Topic
    ZoneIndex Property
    In This Topic
    Gets the index of the ImGearOCRZone in which this character was recognized, relative to its ImGearOCRZoneCollection. If the zone collection is empty at the time of recognition, this value is zero.
    Syntax
    'Declaration
     
    Public ReadOnly Property ZoneIndex As UShort
    'Usage
     
    Dim instance As ImGearOCRLetter
    Dim value As UShort
     
    value = instance.ZoneIndex
    public ushort ZoneIndex {get;}
    public: __property ushort get_ZoneIndex();
    public:
    property ushort ZoneIndex {
       ushort get();
    }
    See Also