[]
Represents a PDF Dictionary object.
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
| 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. |
| Name | Description |
|---|---|
| Changed | Gets a value indicating whether this PdfDict was changed. |
| Name | Description |
|---|---|
| ToString() |