ImageGear .NET v25.1 - Updated
Zones Property




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

Reference

ImGearOCRPage Class
ImGearOCRPage Members