Removes multiple contiguous pages from the collection.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public void RemoveRange( int startIndex, int count ) |
| Visual Basic |
|---|
Public Sub RemoveRange ( _ startIndex As Integer, _ count As Integer _ ) |
Parameters
- startIndex
- Type: System..::..Int32
The zero-based start index for the page to be removed.
- count
- Type: System..::..Int32
The number of contiguous pages to be removed.