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




ImageGear.OCR Assembly > ImageGear.OCR Namespace > ImGearOCRZoneCollection Class : Remove Method
Reference to a zone in the zone list to remove.
Removes the specified zone.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal zone As ImGearOCRZone _
) 
'Usage
 
Dim instance As ImGearOCRZoneCollection
Dim zone As ImGearOCRZone
 
instance.Remove(zone)
public void Remove( 
   ImGearOCRZone zone
)
public: void Remove( 
   ImGearOCRZone* zone
) 
public:
void Remove( 
   ImGearOCRZone^ zone
) 

Parameters

zone
Reference to a zone in the zone list to remove.
See Also

Reference

ImGearOCRZoneCollection Class
ImGearOCRZoneCollection Members