Click or drag to resize

PdfTypeDictionary Methods

The PdfTypeDictionary type exposes the following members.

Methods
 NameDescription
Public methodAdd(KeyValuePairString, PdfTypeBase) Adds an element with the provided key and value to the IDictionary object.
Public methodAdd(String, PdfTypeBase) Adds an element with the provided key and value to the IDictionary object.
Public methodClear Removes all elements from the IDictionary object.
Public methodContains Determines whether the Dictionary contains an item with the specified key.
Public methodContainsKey Determines whether the Dictionary contains an element with the specified key.
Public methodCopyTo Copies the elements of the Dictionary to an Array, starting at a particular Array index
Public methodStatic memberCreate Creates new Dictionary object
Public methodStatic memberCreate(IntPtr) Creates new instance of PdfTypeDictionary class
Public methodGetBooleanBy Gets the element with the specified key and returns it as a boolean value.
Public methodGetBy Gets the element with the specified key.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetIntegerBy Gets the element with the specified key and returns it as an integer value.
Public methodGetMatrixBy Gets the element with the specified key and returns it as a matrix.
Public methodGetRealBy Gets the element with the specified key and returns it as a Real number.
Public methodGetRectBy Gets the element with the specified key and returns it as a rectangle.
Public methodGetStringBy Gets the element with the specified key and returns it as an ANSI string.
Public methodGetUnicodeBy Gets the element with the specified key and returns it as an unicode string.
Public methodRemove(KeyValuePairString, PdfTypeBase) Removes the element with the specified key from the Dictionary.
Public methodRemove(String) Removes the element with the specified key from the Dictionary.
Public methodSetAt Sets the element at the specified key.
Public methodSetBooleanAt Sets the boolean value at the specified key.
Public methodSetIndirectAt(String, PdfIndirectList, PdfTypeBase) Creates an Indirect object and sets it at the specified key of dictionary.
Public methodSetIndirectAt(String, PdfIndirectList, Int32) Creates an Indirect object and sets it at the specified key of dictionary.
Public methodSetIntegerAt Sets the integer value at the specified key.
Public methodSetMatrixAt Sets the matrix at the specified key.
Public methodSetNameAt Creates a Name object and sets it at the specified key.
Public methodSetRealAt Sets the Real number at the specified key.
Public methodSetRectAt Sets the rectangle at the specified key.
Public methodSetStringAt Sets the ANSI string at the specified key.
Public methodTryGetValue Gets the value associated with the specified key.
Top
See Also