ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPageCollection Class / RemoveRange Method
Index of the first page to remove.
Number of pages to remove from the document.

In This Topic
    RemoveRange Method (PdfPageCollection)
    In This Topic
    Removes a range of pages from the document.
    Syntax
    'Declaration
     
    
    Public Shadows Sub RemoveRange( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    public new void RemoveRange( 
       int index,
       int count
    )

    Parameters

    index
    Index of the first page to remove.
    count
    Number of pages to remove from the document.
    See Also