PdfDocumentOutlines Property

The collection of top level outlines. The children of a top level outline can be accessed with ChildOutlines property of PdfOutline

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfOutlinesCollection Outlines { get; }

Property Value

PdfOutlinesCollection

See Also