ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfPageCollection Class / Remove Method
PdfPage to remove from the document.

In This Topic
    Remove Method (PdfPageCollection)
    In This Topic
    Removes a page from a document.
    Syntax
    'Declaration
     
    
    Public Shadows Sub Remove( _
       ByVal page As PdfPage _
    ) 
    public new void Remove( 
       PdfPage page
    )

    Parameters

    page
    PdfPage to remove from the document.
    See Also