Property Dictionary
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Dictionary
Gets the low-level dictionary object for this page object.
public CosDictionary Dictionary { get; }
Property Value
- 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.