ImageGear .NET v25.1 - Updated
Add Method (ImGearOCRZoneCollection)




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZoneCollection Class : Add Method
New ImGearOCRZone object describing zone to be added.
Adds a new zone.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal zone As ImGearOCRZone _
) 
'Usage
 
Dim instance As ImGearOCRZoneCollection
Dim zone As ImGearOCRZone
 
instance.Add(zone)
public void Add( 
   ImGearOCRZone zone
)
public: void Add( 
   ImGearOCRZone* zone
) 
public:
void Add( 
   ImGearOCRZone^ zone
) 

Parameters

zone
New ImGearOCRZone object describing zone to be added.
See Also

Reference

ImGearOCRZoneCollection Class
ImGearOCRZoneCollection Members