Click or drag to resize

PdfPageObjectCollection Class

Represents a collection of page tree nodes, both intermediate and leaf that are kids of the particular intermediate page tree node.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    SautinSoft.PdfPdfCollection
      SautinSoft.PdfPdfCollectionPdfPageObject
        SautinSoft.PdfPdfPageObjectCollection

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public sealed class PdfPageObjectCollection : PdfCollection<PdfPageObject>, 
	IList, ICollection, IEnumerable, IList<PdfPageObject>, 
	ICollection<PdfPageObject>, IEnumerable<PdfPageObject>

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