Removes multiple contiguous pages from the collection.
Namespace: TallComponents.PDFAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
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.