ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEClip Class / RemoveElements Method
First element to remove.
Number of elements to remove.




In This Topic
    RemoveElements Method
    In This Topic
    Removes one or more elements from a clip object.
    Syntax
    'Declaration
     
    Public Sub RemoveElements( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearPDEClip
    Dim index As Integer
    Dim count As Integer
     
    instance.RemoveElements(index, count)
    public void RemoveElements( 
       int index,
       int count
    )
    public: void RemoveElements( 
       int index,
       int count
    ) 
    public:
    void RemoveElements( 
       int index,
       int count
    ) 

    Parameters

    index
    First element to remove.
    count
    Number of elements to remove.
    See Also