Gets the document outline root.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfOutlineItem OutlineRoot { get; }
VB
Public ReadOnly Property OutlineRoot As PdfOutlineItem
Get
Property Value
Type:
PdfOutlineItemThe document outline root.
Remarks
The document outline consists of a tree-structured
hierarchy of outline items (sometimes called bookmarks), which
serve as a visual table of contents to display the document's
structure to the user.
See Also