The PdfDictionaryDictionaryElements type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the dictionary.
| |
IsFixedSize |
Return false.
| |
IsReadOnly |
Gets a value indicating whether the IDictionary object is read-only.
| |
IsSynchronized |
Return false.
| |
ItemString |
Gets or sets an entry in the dictionary. The specified key must be a valid PDF name
starting with a slash '/'. This property provides full access to the elements of the
PDF dictionary. Wrong use can lead to errors or corrupt PDF files.
| |
ItemPdfName |
Gets or sets an entry in the dictionary identified by a PdfName object.
| |
KeyNames |
Gets all keys currently in use in this dictionary as an array of PdfName objects.
| |
Keys |
Get all keys currently in use in this dictionary as an array of string objects.
| |
SyncRoot |
The current implementation returns null.
| |
Values |
Gets all values currently in use in this dictionary as an array of PdfItem objects.
|
See Also