Click or drag to resize

PdfPageObjectCollection Methods

The PdfPageObjectCollection type exposes the following members.

Methods
 NameDescription
Public methodAddClone Adds the clone of the specified PdfPageObject to the PdfPageObjectCollection.
Public methodAddPage Adds a new empty PdfPage to the PdfPageObjectCollection.
Public methodAddPages Adds a new empty PdfPages to the PdfPageObjectCollection.
Public methodInsertClone Inserts the clone of the specified PdfPageObject to the PdfPageObjectCollection at the specified index.
Public methodInsertPage Adds a new empty PdfPage to the PdfPageObjectCollection at the specified index.
Public methodInsertPages Adds a new empty PdfPages to the PdfPageObjectCollection at the specified index.
Top
Extension Methods
 NameDescription
Public Extension MethodGetArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetArray 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)
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
(Defined by PdfObjectExtensions)
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also