Click or drag to resize

PdfDictionary Methods

The PdfDictionary type exposes the following members.

Methods
 NameDescription
Public methodAdd Adds the specified key and value to the dictionary.
Public methodClear Removes all keys and values from the PdfDictionary.
Public methodClone(Boolean) Makes a deep clone of the PdfDictionary with optionally cloning descendant PdfIndirectObjects.
Public methodClone(FuncPdfIndirectObject, PdfBasicObject) Makes a deep clone of the PdfDictionary with parameter that controls the cloning of PdfIndirectObjects.
Public methodContainsKey Determines whether the PdfDictionary contains the specified key.
Public methodStatic memberCreate Creates a new instance of the PdfDictionary class.
Public methodStatic memberCreate(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.
Public methodStatic memberCreate(Int32) Creates a new instance of the PdfDictionary class that is empty and has the specified initial capacity.
Public methodStatic memberCreate(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.
Public methodEquals Determines whether the specified Object is equal to this PdfBasicContainer instance.
(Inherited from PdfBasicContainer)
Public methodGetEnumerator Returns an enumerator that iterates through the PdfDictionary.
Public methodGetHashCode Returns a hash code for this PdfBasicContainer instance.
(Inherited from PdfBasicContainer)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemove Removes the value with the specified key from the PdfDictionary.
Public methodToString Returns a String that represents this PdfDictionary instance.
(Overrides PdfBasicObjectToString)
Public methodTryGetValue Gets the value associated with the specified key.
Top
See Also