Click or drag to resize

PdfObjectExtensions Methods

The PdfObjectExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodGetArray(PdfCollection) Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
Public Extension MethodGetArray(PdfObject) 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.
Public Extension MethodGetDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
Public Extension MethodGetOrAddArray Gets the PdfArray that serves as a backing storage of the specified PdfCollection.
Public Extension MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
Top
See Also