Click or drag to resize

PdfObject Class

Represents a base class for all types that implement various PDF components.
Inheritance Hierarchy
SystemObject
  SautinSoft.PdfPdfObject
    More

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public abstract class PdfObject

The PdfObject type exposes the following members.

Properties
 NameDescription
Public propertyMetadata(Optional; PDF 1.4) A metadata stream containing metadata for the component.
Top
Extension Methods
 NameDescription
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 MethodGetOrAddDictionary Gets the PdfDictionary that serves as a backing storage of the specified PdfObject.
(Defined by PdfObjectExtensions)
Top
See Also
Inheritance Hierarchy