Pdf |
The PdfDictionary type exposes the following members.
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. |