PdfDocumentOutlines Property |
(Optional; shall be an indirect reference) The outline dictionary that shall be the root of the document’s
outline hierarchy (see
12.3.3, "Document Outline").
Namespace:
GemBox.Pdf
Assembly:
GemBox.Pdf (in GemBox.Pdf.dll) Version: 13.0.35.1015
Syntaxpublic PdfOutlineCollection Outlines { get; }
Public ReadOnly Property Outlines As PdfOutlineCollection
Get
Property Value
Type:
PdfOutlineCollection
The outline dictionary that shall be the root of the document’s outline hierarchy.
See Also