Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / RemoveAt Method
The current PDF array.
The index of an item to remove.

In This Topic
    RemoveAt Method (IPdfArrayExt)
    In This Topic
    Removes an item with specified index.
    Syntax
    'Declaration
     
    Public Shared Sub RemoveAt( _
       ByVal array As IPdfArray, _
       ByVal index As System.Integer _
    ) 
    public static void RemoveAt( 
       IPdfArray array,
       System.int index
    )

    Parameters

    array
    The current PDF array.
    index
    The index of an item to remove.
    See Also