| PDFReaderControls.NET Professional Type Reference |
|
PageCollection.RemoveRange Method (Int32, Int32)
Removes multiple contiguous pages from the collection.
public
void RemoveRange(
int startIndex,
int count);
Parameters
-
startIndex
- The zero-based start index for the page to be removed.
-
count
- The number of contiguous pages to be removed.
See Also
PageCollection Class | TallComponents.PDF Namespace | PageCollection.RemoveRange Overload List