ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRZoneCollection Class / RemoveAt Method
Index of zone in zone list to remove.




In This Topic
    RemoveAt Method (ImGearOCRZoneCollection)
    In This Topic
    Removes the zone at the specified index.
    Syntax
    'Declaration
     
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearOCRZoneCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public void RemoveAt( 
       int index
    )
    public: void RemoveAt( 
       int index
    ) 
    public:
    void RemoveAt( 
       int index
    ) 

    Parameters

    index
    Index of zone in zone list to remove.
    See Also