Pdf |
The PdfTypeDictionary type exposes the following members.
Name | Description | |
---|---|---|
Add(KeyValuePairString, PdfTypeBase) | Adds an element with the provided key and value to the IDictionary object. | |
Add(String, PdfTypeBase) | Adds an element with the provided key and value to the IDictionary object. | |
Clear | Removes all elements from the IDictionary object. | |
Contains | Determines whether the Dictionary contains an item with the specified key. | |
ContainsKey | Determines whether the Dictionary contains an element with the specified key. | |
CopyTo | Copies the elements of the Dictionary to an Array, starting at a particular Array index | |
Create | Creates new Dictionary object | |
Create(IntPtr) | Creates new instance of PdfTypeDictionary class | |
GetBooleanBy | Gets the element with the specified key and returns it as a boolean value. | |
GetBy | Gets the element with the specified key. | |
GetEnumerator | Returns an enumerator that iterates through the collection. | |
GetIntegerBy | Gets the element with the specified key and returns it as an integer value. | |
GetMatrixBy | Gets the element with the specified key and returns it as a matrix. | |
GetRealBy | Gets the element with the specified key and returns it as a Real number. | |
GetRectBy | Gets the element with the specified key and returns it as a rectangle. | |
GetStringBy | Gets the element with the specified key and returns it as an ANSI string. | |
GetUnicodeBy | Gets the element with the specified key and returns it as an unicode string. | |
Remove(KeyValuePairString, PdfTypeBase) | Removes the element with the specified key from the Dictionary. | |
Remove(String) | Removes the element with the specified key from the Dictionary. | |
SetAt | Sets the element at the specified key. | |
SetBooleanAt | Sets the boolean value at the specified key. | |
SetIndirectAt(String, PdfIndirectList, PdfTypeBase) | Creates an Indirect object and sets it at the specified key of dictionary. | |
SetIndirectAt(String, PdfIndirectList, Int32) | Creates an Indirect object and sets it at the specified key of dictionary. | |
SetIntegerAt | Sets the integer value at the specified key. | |
SetMatrixAt | Sets the matrix at the specified key. | |
SetNameAt | Creates a Name object and sets it at the specified key. | |
SetRealAt | Sets the Real number at the specified key. | |
SetRectAt | Sets the rectangle at the specified key. | |
SetStringAt | Sets the ANSI string at the specified key. | |
TryGetValue | Gets the value associated with the specified key. |