ImageGear .NET - Updated
Zones Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecPage Class : Zones Property
Gets collection of recognition zones.
Syntax
'Declaration
 
Public ReadOnly Property Zones As ImGearRecZoneCollection
'Usage
 
Dim instance As ImGearRecPage
Dim value As ImGearRecZoneCollection
 
value = instance.Zones
public ImGearRecZoneCollection Zones {get;}
public: __property ImGearRecZoneCollection* get_Zones();
public:
property ImGearRecZoneCollection^ Zones {
   ImGearRecZoneCollection^ get();
}

Property Value

ImGearRecZoneCollection class object.
Remarks
Collection of recognition zones associated with the ImGearRecPage.
See Also

Reference

ImGearRecPage Class
ImGearRecPage Members
ImGearRecZoneCollection Class