ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPageCollection Class / RemoveAt Method
Index of the page to be removed from the document.

In This Topic
    RemoveAt Method (PdfPageCollection)
    In This Topic
    Removes a page at a specific position from the document.
    Syntax
    'Declaration
     
    
    Public Shadows Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public new void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of the page to be removed from the document.
    See Also