ImageGear .NET v25.1 - Updated
ZoneIndex Property




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRLetter Class : ZoneIndex Property
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

Reference

ImGearOCRLetter Class
ImGearOCRLetter Members