PdfDocument.RemovePages Method

Removes pages from the collection of document pages.

Overload List

  NameDescription
Public methodRemovePages(Int32)
Removes a range of pages from the collection of document pages.
Public methodRemovePages(Int32[])
Removes pages with specified indexes from the collection of document pages.
Public methodRemovePages(PdfPage[])
Removes specified pages from the collection of document pages.
Public methodRemovePages(Int32, Int32)
Removes a range of pages from the collection of document pages.

See Also