PdfDictionary Class Properties
In This Topic
For a list of all properties of this type, see
PdfDictionary.
Public Properties
| | 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. |
See Also