Pdf |
The PdfPages type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds a new empty PdfPage to the PdfPages. |
![]() | AddClone | Adds the clone of the specified PdfPage to the PdfPages. |
![]() | Clear | Removes all PdfPages from the PdfCollection. |
![]() | Contains | Determines whether a PdfPage is in the collection. |
![]() | CopyTo | Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection of PdfPages. |
![]() | IndexOf | Searches for the specified PdfPage and returns the zero-based index of the first occurrence within the entire collection. |
![]() | Insert | Adds a new empty PdfPage to the PdfPages at the specified index. |
![]() | InsertClone | Inserts the clone of the specified PdfPage to the PdfPages at the specified index. |
![]() | Move | Moves the PdfPage at the specified index to a new location in the collection. |
![]() | Remove | Removes the first occurrence of a specific PdfPage from the collection. |
![]() | RemoveAt | Removes the PdfPage at the specified index of the collection. |
Name | Description | |
---|---|---|
![]() | GetArray |
Gets the PdfArray that serves as a backing storage of the specified PdfObject or if no PdfArray serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |
![]() | GetDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |
![]() | GetOrAddDictionary |
Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions) |