DictionaryElements PropertiesTerminal Works - PDF Printing.Net Library

The PdfDictionaryDictionaryElements type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the dictionary.
Public propertyIsFixedSize
Return false.
Public propertyIsReadOnly
Gets a value indicating whether the IDictionary object is read-only.
Public propertyIsSynchronized
Return false.
Public propertyItemString
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.
Public propertyItemPdfName
Gets or sets an entry in the dictionary identified by a PdfName object.
Public propertyKeyNames
Gets all keys currently in use in this dictionary as an array of PdfName objects.
Public propertyKeys
Get all keys currently in use in this dictionary as an array of string objects.
Public propertySyncRoot
The current implementation returns null.
Public propertyValues
Gets all values currently in use in this dictionary as an array of PdfItem objects.
Top
See Also

Reference