[]
Represents a PDF Dictionary indirect object.
public class PdfDictObject : PdfIndirectObject<PdfDict>, IPdfDict
Initializes a new instance of the PdfDictObject class.
public PdfDictObject()
Initializes a new instance of the PdfDictObject class.
public PdfDictObject(PdfDict value)
Gets a value indicating whether this PdfDictObject was changed.
public bool Changed { get; set; }
Gets the underlying PdfDict object.
public PdfDict Dict { get; }