|
This class represents the outline dictionary. This is
definitively detailed in:.
The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 152,
page 368.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 150, page 442.
This class is always an indirect object because
CatalogElement.EntryOutlines and OutlineItemElement.EntryParent
require it to be so.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.OutlineElement
An outline dictionary is the root of the document outline tree.
The tree presents a hierarchy of titled items that each navigate to
a location within the document when activated.
The outline root itself is not visible in the viewer; only the
items it references are shown. The First and Last entries point to
the first and last top-level items, and Count records the total
number of open items at all levels.
The outline root must be an indirect object because the document
catalog references it by indirect reference and multiple outline
items point back to it as their parent.
|