Name | Description | |
---|---|---|
![]() | Count | Gets the number of pages contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | Item | Gets or sets the page at the specified index. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of pages contained in the collection. |
![]() | IsReadOnly | Gets a value indicating whether the collection is read-only. |
![]() | Item | Gets or sets the page at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds new page with specified image into the |
![]() | AddRange | Appends a range of pages to the PdfPageCollection. |
![]() | Clear | Removes all pages from the PdfPageCollection. |
![]() | Contains | Determines whether the PdfPageCollection contains a specific PdfPage. |
![]() | CopyTo | Copies all the pages of the PdfPageCollection instance to the specified one-dimensional Array. |
![]() | CreateThumbnails | Overloaded. Creates thumbnails for all pages of this PDF document. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Returns the index of the specified PdfPage. |
![]() | Insert | Overloaded. Inserts new page with specified image using the specified |
![]() | MergeContentStreams | Merges the content streams of PDF pages. |
![]() | Remove | Removes the first occurrence of a specific page from the PdfPageCollection. |
![]() | RemoveAt | Removes the page at the specified index of the PdfPageCollection instance. |
![]() | RemoveThumbnails | Removes thumbnails from all pages of this PDF document. |
![]() | Swap | Overloaded. Swaps two pages in the collection. |
![]() | ToArray | Copies the pages of the PdfPageCollection to a new array. |