Removes a range of pages from the document.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
C# |
---|
public void RemoveRange( int index, int count ) |
Visual Basic |
---|
Public Sub RemoveRange ( _ index As Integer, _ count As Integer _ ) |
Parameters
- index
- Type: System..::..Int32
Index of the first page to remove.
- count
- Type: System..::..Int32
Number of pages to remove from the document.