Name | Description | |
---|---|---|
![]() | PdfDictionary | Initializes a new instance of the PdfDictionary class. |
Name | Description | |
---|---|---|
![]() | PdfDictionary | Initializes a new instance of the PdfDictionary class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items contained in this PdfDictionary. |
![]() | Document | Gets the PDF document that contains this basic object. (Inherited from PdfCompoundBasicObject) |
![]() | IsChanged | Gets a value indicating whether this object is changed. (Inherited from PdfCompoundBasicObject) |
![]() | Keys | Gets an collection containing the keys of the dictionary. |
![]() | ObjectType | Gets the type of the object. |
![]() | Item | Gets or sets the element with the specified name. |
![]() | Values | Gets an System.Collections.Generic.ICollection object containing the values of the dictionary. |
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. |