[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfDict

PdfDict Class

Represents a PDF Dictionary object.

Inheritance
Dictionary<PdfName, IPdfObject>
PdfDict
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: GcDocs.Pdf.dll
Syntax
public class PdfDict : Dictionary<PdfName, IPdfObject>, IDictionary<PdfName, IPdfObject>, ICollection<KeyValuePair<PdfName, IPdfObject>>, IDictionary, ICollection, IReadOnlyDictionary<PdfName, IPdfObject>, IReadOnlyCollection<KeyValuePair<PdfName, IPdfObject>>, IEnumerable<KeyValuePair<PdfName, IPdfObject>>, IEnumerable, ISerializable, IDeserializationCallback, IPdfDict

Constructors

Name Description
PdfDict()

Initializes a new instance of the PdfDict class.

PdfDict(PdfName, IPdfObject)

Initializes a new instance of the PdfDict class.

PdfDict(PdfName, IPdfObject, PdfName, IPdfObject)

Initializes a new instance of the PdfDict class.

PdfDict(PdfName, IPdfObject, PdfName, IPdfObject, PdfName, IPdfObject)

Initializes a new instance of the PdfDict class.

Properties

Name Description
Changed

Gets a value indicating whether this PdfDict was changed.

Methods

Name Description
ToString()

Extension Methods