Gets the number of items in the collection.
Gets the owner PdfDocument.
Gets the reference to the object.
Gets last item in the collection.
Gets the owner ObjectManager instance.
Adds a new PdfPage to the end of the collection.
A PdfPage object added to the collection.
Creates a new PdfPage with the specified size and adds it to the end of the collection.
The width of the new page, in points.
The height of the new page, in points.
A PdfPage object added to the collection.
Clears the collection.
Clones a page at a specified index (sourceIndex) and inserts it at a specified position (destinationIndex).
The index of the page to clone.
The destination index.
Indicates whether to clone page annotations.
Indicates whether to clone fields existing on the source page.
Determines whether the item is in the collection.
true if the item is in the collection, false otherwise.
Detaches the object from the ObjectManager and deallocates its memory, if possible.
Gets the item with the specified index.
The index of the item.
Inserts an item at a specific position in the collection.
The position where the item will be inserted.
Inserts a new PdfPage at a specific position in the collection.
The position where the new page will be inserted.
A PdfPage object inserted in the collection.
Creates a new PdfPage with the specified size and inserts it at a specific position in the collection.
The position where the new page will be inserted.
The width of the new page, in points.
The height of the new page, in points.
A PdfPage object inserted in the collection.
Moves a page specified by its 0-based index to another position in the page collection.
The current index of the page to move.
The new index of the page.
Rebinds the object from the current ObjectManager to the specified one.
The new ObjectManager for the object.
Removes the specified item from the collection.
true if the item was actually removed, false otherwise.
Removes the item at specified index.
The index of the item to remove.
Sets the item at the specified index.
The index of the item, starting from 0.
Swaps two pages specified by their 0-based indices.
The index of the first page to swap.
The index of the second page to swap.
Represents a collection of pages that make up a PDF document.