Table of Contents

Property OutlineRoot

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

OutlineRoot

Gets the document outline root.

public PdfOutlineItem OutlineRoot { get; }

Property Value

PdfOutlineItem

The 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.

The PDF bookmarks section describes ways to add outlines to PDF documents.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.