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

In This Topic
    RemoveRange Method (IPdfArrayExt)
    In This Topic
    Removes a range of items.
    Syntax
    'Declaration
     
    Public Shared Sub RemoveRange( _
       ByVal array As IPdfArray, _
       ByVal startIndex As System.Integer, _
       Optional ByVal count As System.Integer _
    ) 
    public static void RemoveRange( 
       IPdfArray array,
       System.int startIndex,
       System.int count
    )

    Parameters

    array
    The current PDF array.
    startIndex
    The index of start item.
    count
    The count of items to remove.
    See Also