PdfDocumentOutlines Property
The collection of top level outlines. The children of a top level outline can be accessed
with ChildOutlines property of PdfOutline
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfOutlinesCollection Outlines { get; }
Public ReadOnly Property Outlines As PdfOutlinesCollection
Get
public:
property PdfOutlinesCollection^ Outlines {
PdfOutlinesCollection^ get ();
}
member Outlines : PdfOutlinesCollection with get
Property Value
PdfOutlinesCollection