[]
Represents a PDF Dictionary indirect object.
public class PdfDictObject : PdfIndirectObject<PdfDict>, IPdfDict
Public Class PdfDictObject
Inherits PdfIndirectObject(Of PdfDict)
Implements IPdfDict
Name | Description |
---|---|
PdfDictObject() | Initializes a new instance of the PdfDictObject class. |
PdfDictObject(PdfDict) | Initializes a new instance of the PdfDictObject class. |
Name | Description |
---|---|
Changed | Gets a value indicating whether this PdfDictObject was changed. |
Dict | Gets the underlying PdfDict object. |