Table of Contents

Property Dictionary

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Dictionary

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

public CosDictionary Dictionary { get; }

Property Value

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.