ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRPage Class / Zones Property




In This Topic
    Zones Property
    In This Topic
    Gets collection of recognition zones.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Zones As ImGearOCRZoneCollection
    'Usage
     
    Dim instance As ImGearOCRPage
    Dim value As ImGearOCRZoneCollection
     
    value = instance.Zones
    public abstract ImGearOCRZoneCollection Zones {get;}
    public: __property abstract ImGearOCRZoneCollection* get_Zones();
    public:
    abstract property ImGearOCRZoneCollection^ Zones {
       ImGearOCRZoneCollection^ get();
    }
    See Also