Removes a range of pages from the document.
Namespace:
C1.Phone.PdfAssembly: C1.Phone.Pdf (in C1.Phone.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.