DocumentOutlines Property |
Gets document outlines.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic OutlineCollection Outlines { get; }
Public ReadOnly Property Outlines As OutlineCollection
Get
public:
property OutlineCollection^ Outlines {
OutlineCollection^ get ();
}
member Outlines : OutlineCollection with get
Property Value
Type:
OutlineCollection
See Also