Click or drag to resize

PdfDictionary Properties

The PdfDictionary type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of entries contained in the PdfDictionary.
(Overrides PdfBasicCollectionCount)
Public propertyItem Gets or sets the PdfBasicObject value associated with the specified PdfName key.
Public propertyKeys Gets a collection containing the keys in the PdfDictionary.
Public propertyObjectType Gets the Dictionary value.
(Overrides PdfBasicObjectObjectType)
Public propertyStream Gets the PdfStream if this PdfDictionary is Dictionary or otherwise.
Public propertyValues Gets a collection containing the values in the PdfDictionary.
Top
See Also