[]
        
(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: DS.Documents.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
Public Class PdfDict
    Inherits Dictionary(Of PdfName, IPdfObject)
    Implements IDictionary(Of PdfName, IPdfObject), ICollection(Of KeyValuePair(Of PdfName, IPdfObject)), IDictionary, ICollection, IReadOnlyDictionary(Of PdfName, IPdfObject), IReadOnlyCollection(Of KeyValuePair(Of PdfName, IPdfObject)), IEnumerable(Of KeyValuePair(Of 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