ComponentOne PDF for WPF and Silverlight
Remove Method (PdfPageCollection)

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > PdfPageCollection Class : Remove Method
PdfPage to remove from the document.
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

Reference

PdfPageCollection Class
PdfPageCollection Members