| Name | Description | |
|---|---|---|
![]() | Add | Overloaded. Adds an item and generates unique name for the item. |
![]() | Clear | Removes all elements from the dictionary. |
![]() | Contains | Returns a value indicating whether the dictionary contains a specific key/value pair. |
![]() | ContainsKey | Retursn a value indicating whether the dictionary contains an element with the specified name. |
![]() | ContainsValue | Retursn a value indicating whether the dictionary contains an element with the specified value. |
![]() | CopyTo | Copies the key/value pairs of the dictionary to an System.Array, starting at a particular System.Array index. |
![]() | FindNode | Searches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase) |
![]() | FindValue | Finds the value in this dictionary. |
![]() | GetAction | Returns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetLinearizedSubtree | Overloaded. Returns linearized subtree that starts from current node. (Inherited from PdfTreeNodeBase) |
![]() | Remove | Overloaded. Removes the element with the specified name from the dictionary. |
![]() | SetAction | Sets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | ToArray | Converts this dictionary to an array of key-value pairs. |
![]() | ToString | Returns a System.String that represents this instance. (Inherited from PdfTreeNodeBase) |
![]() | TryGetValue | Retursn a value associated with the specified name. |
