Click or drag to resize

PdfPageCollection Methods

The PdfPageCollection type exposes the following members.

Methods
 NameDescription
Public methodDeleteAt Delete a PDF page.
Public methodDispose Releases all resources used by the PdfPageCollection.
Protected methodDispose(Boolean) Releases all resources used by the PdfImageObject.
Public methodGetByHandle Gets page by specified handle
Public methodGetPageIndex Gets page index in PdfPageCollection
Public methodImportPages Import some pages to a PDF document.
Public methodInsertPageAt(Int32, FS_SIZEF) Inserts a new page into the collection at the specified index.
Public methodInsertPageAt(Int32, Single, Single) Inserts a new page into the collection at the specified index.
Protected methodOnCurrentPageChanged Raises the CurrentPageChanged event.
Protected methodOnPageDeleted Raises the PageDeleted event.
Protected methodOnPageDisposed Raises the PageDisposed event.
Protected methodOnPageInserted Raises the PageInserted event.
Protected methodOnPageLoaded Raises the PageLoaded event.
Protected methodOnProgressiveRender Raises the ProgressiveRender event.
Top
See Also