ComponentOne PDF for WPF and Silverlight
RemoveAt Method (PdfPageCollection)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > PdfPageCollection Class : RemoveAt Method
Index of the page to be removed from the document.
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

Reference

PdfPageCollection Class
PdfPageCollection Members