[]
Removes a range of pages from the current collection.
public void RemoveRange(int index, int count)
Public Sub RemoveRange(index As Integer, count As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | Index of the first page to remove. |
| int | count | The number of pages to remove. |