Pdf |
The PdfDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of entries contained in the PdfDictionary.
(Overrides PdfBasicCollectionCount) | |
| Item | Gets or sets the PdfBasicObject value associated with the specified PdfName key. | |
| Keys | Gets a collection containing the keys in the PdfDictionary. | |
| ObjectType |
Gets the Dictionary value.
(Overrides PdfBasicObjectObjectType) | |
| Stream | Gets the PdfStream if this PdfDictionary is Dictionary or otherwise. | |
| Values | Gets a collection containing the values in the PdfDictionary. |
| Name | Description | |
|---|---|---|
| Add | Adds the specified key and value to the dictionary. | |
| Clear | Removes all keys and values from the PdfDictionary. | |
| Clone(Boolean) | Makes a deep clone of the PdfDictionary with optionally cloning descendant PdfIndirectObjects. | |
| Clone(FuncPdfIndirectObject, PdfBasicObject) | Makes a deep clone of the PdfDictionary with parameter that controls the cloning of PdfIndirectObjects. | |
| ContainsKey | Determines whether the PdfDictionary contains the specified key. | |
| Create | Creates a new instance of the PdfDictionary class. | |
| Create(IEnumerablePdfDictionaryEntry) | Creates a new instance of the PdfDictionary class that contains entries copied from the specified collection and has sufficient capacity to accommodate the number of entries copied. | |
| Create(Int32) | Creates a new instance of the PdfDictionary class that is empty and has the specified initial capacity. | |
| Create(PdfDictionaryEntry) | Creates a new instance of the PdfDictionary class that contains entries copied from the specified collection and has sufficient capacity to accommodate the number of entries copied. | |
| GetEnumerator | Returns an enumerator that iterates through the PdfDictionary. | |
| Remove | Removes the value with the specified key from the PdfDictionary. | |
| ToString |
Returns a String that represents this PdfDictionary instance.
(Overrides PdfBasicObjectToString) | |
| TryGetValue | Gets the value associated with the specified key. |