ComponentOne PDF for WPF and Silverlight
RemoveRange Method (PdfPageCollection)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > PdfPageCollection Class : RemoveRange Method
Index of the first page to remove.
Number of pages to remove from the document.
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

Reference

PdfPageCollection Class
PdfPageCollection Members