|
This class represents the folder dictionary. This is
definitively detailed in:.
The ISO PDF
Specification, ISO 32000-2:2017 PDF 2.0; Table: 159, page 450.
Adobe Supplement to the ISO 32000, BaseVersion: 1.7,
ExtensionLevel: 3; Table: 8.6c, page 32.
This class is always an indirect object because
CollectionElement.EntryFolders, FolderElement.EntryChild,
FolderElement.EntryNext and FolderElement.EntryParent require it to
be so.
System.Object
WebSupergoo.ABCpdf14.Elements.Element
WebSupergoo.ABCpdf14.Elements.FolderElement
A folder dictionary represents a virtual folder in a PDF
portfolio's folder hierarchy. Folders are chained through Child and
Next references into a tree; Parent points back to the enclosing
folder.
The ID entry is a unique integer identifier. The Name, CI, Desc,
CreationDate, and ModDate entries carry metadata. The Thumb entry
references a thumbnail image for the folder.
|