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: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic PdfOutlineCollection Outlines { get; }Public ReadOnly Property Outlines As PdfOutlineCollection
	Get
Property Value
PdfOutlineCollection
            The outline dictionary that shall be the root of the document’s outline hierarchy.
            
See Also