Pdf |
Represents an intermediate node in a page tree, called a page tree node.
![]() |
---|
This class provides a flattened view of all descendant PdfPages by implementing the IListT interface. |
The PdfPages type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | (Required) The number of leaf nodes (page objects) that are descendants of this node within the page tree. |
![]() | Item | Gets or sets the PdfPage at the specified index. |
![]() | Kids | (Required) An array of indirect references to the immediate children of this node. The children shall only be page objects or other page tree nodes. |
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) |