ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEContent Class / RemoveElement Method
Index of the element to remove.




In This Topic
    RemoveElement Method
    In This Topic
    Removes an element from content.
    Syntax
    'Declaration
     
    Public Sub RemoveElement( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearPDEContent
    Dim index As Integer
     
    instance.RemoveElement(index)
    public void RemoveElement( 
       int index
    )
    public: void RemoveElement( 
       int index
    ) 
    public:
    void RemoveElement( 
       int index
    ) 

    Parameters

    index
    Index of the element to remove.
    See Also