PdfInfo.Dictionary Property

Gets the low-level dictionary object for this Document Info object.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public CosDictionary Dictionary { get; }
VB
Public ReadOnly Property Dictionary As CosDictionary
	Get

Property Value

Type: CosDictionary
The low-level info dictionary object.

Remarks

This property allows you to access custom (application-defined) properties in Document Info.

Use high-level PdfInfo properties to access regular metadata in Document Info, such as Author or CreationDate.

Don't edit the low-level info dictionary unless you completely understand what you are doing.

See Also