![]() | Pdf |
The PdfPageCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | PdfPageCollection | Initializes a new instance of the PdfPageCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets total number of pages in a PDF document |
![]() | CurrentIndex | Gets or sets the current index of a page in PdfPageCollection |
![]() | CurrentPage | Gets the current PdfPage item by CurrentIndex |
![]() | IsDisposed |
Gets a value indicating whether the object has been disposed of.
Field Valuetrue if the control has been disposed of; otherwise, false. |
![]() | Item | Gets the page at the specified index. |
Name | Description | |
---|---|---|
![]() | DeleteAt | Delete a PDF page. |
![]() | Dispose | Releases all resources used by the PdfPageCollection. |
![]() | Dispose(Boolean) | Releases all resources used by the PdfImageObject. |
![]() | GetByHandle | Gets page by specified handle |
![]() | GetPageIndex | Gets page index in PdfPageCollection |
![]() | ImportPages | Import some pages to a PDF document. |
![]() | InsertPageAt(Int32, FS_SIZEF) | Inserts a new page into the collection at the specified index. |
![]() | InsertPageAt(Int32, Single, Single) | Inserts a new page into the collection at the specified index. |
![]() | OnCurrentPageChanged | Raises the CurrentPageChanged event. |
![]() | OnPageDeleted | Raises the PageDeleted event. |
![]() | OnPageDisposed | Raises the PageDisposed event. |
![]() | OnPageInserted | Raises the PageInserted event. |
![]() | OnPageLoaded | Raises the PageLoaded event. |
![]() | OnProgressiveRender | Raises the ProgressiveRender event. |
Name | Description | |
---|---|---|
![]() | CurrentPageChanged | Occurs when the CurrentPage has changed. |
![]() | PageDeleted | Occurs when the page was removed from collection. |
![]() | PageDisposed | Occurs when the page is disposed. |
![]() | PageInserted | Occurs when the new page was added into collection. |
![]() | PageLoaded | Occurs when the page is loaded into memory. |
![]() | ProgressiveRender | Occurs during page rendering via progressive rendering. |