Click or drag to resize

PdfObjectExtensions Class

Provides access to low level PdfDictionary and PdfArray objects that are used as a backing storage of PdfObject and PdfCollection derived types.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ObjectsPdfObjectExtensions

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public static class PdfObjectExtensions

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