[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfDictObject

PdfDictObject Class

Represents a PDF Dictionary indirect object.

Implements
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public class PdfDictObject : PdfIndirectObject<PdfDict>, IPdfDict
Public Class PdfDictObject
    Inherits PdfIndirectObject(Of PdfDict)
    Implements IPdfDict

Constructors

Name Description
PdfDictObject()

Initializes a new instance of the PdfDictObject class.

PdfDictObject(PdfDict)

Initializes a new instance of the PdfDictObject class.

Properties

Name Description
Changed

Gets a value indicating whether this PdfDictObject was changed.

Dict

Gets the underlying PdfDict object.

Extension Methods