[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfDictObject

Class PdfDictObject

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

Represents a PDF Dictionary indirect object.

public class PdfDictObject : PdfIndirectObject<PdfDict>, IPdfDict
Inheritance
PdfDictObject
Implements
Derived
Inherited Members
Extension Methods

Constructors

PdfDictObject()

Initializes a new instance of the PdfDictObject class.

public PdfDictObject()

PdfDictObject(PdfDict)

Initializes a new instance of the PdfDictObject class.

public PdfDictObject(PdfDict value)

Parameters

value PdfDict

The value of Value.

Properties

Changed

Gets a value indicating whether this PdfDictObject was changed.

public bool Changed { get; set; }

Property Value

bool

Dict

Gets the underlying PdfDict object.

public PdfDict Dict { get; }

Property Value

PdfDict