| Name | Description | |
|---|---|---|
![]() | Add | Adds an element with the provided name and value to this dictionary. |
![]() | Clear | Removes all elements from the dictionary. |
![]() | ContainsKey | Determines whether the dictionary contains an element with the specified name. |
![]() | Equals | Determines whether the specified System.Object, is equal to this instance. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | GetParentPdfObject | Returns the parent PDF object of this basic object. (Inherited from PdfBasicObject) |
![]() | Remove | Removes the element with the specified name from the dictionary. |
![]() | ToString | Returns a System.String that represents this instance. |
![]() | TryGetValue | Returns the value associated with the specified name. |
