ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRZoneCollection Class / Remove Method
Reference to a zone in the zone list to remove.




In This Topic
    Remove Method (ImGearOCRZoneCollection)
    In This Topic
    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