PdfPage.Dictionary Property

Gets the low-level dictionary object for this page 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 page dictionary object.

Remarks

WARNING: Changes to the page dictionary might break the PDF document.

Use high-level PdfPage properties to edit the page. Don't edit the page dictionary unless you completely understand what you are doing.

The high-level PdfPage properties might be out-of-sync with the changes to the page dictionary.

See Also