Back to Devexpress

PdfDocument.Outlines Property

officefileapi-devexpress-dot-pdf-dot-pdfdocument-e6da31bd.md

latest1.0 KB
Original Source

PdfDocument.Outlines Property

Provides access to the outline dictionary that shall be the root of the document’s outline hierarchy.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfOutlines Outlines { get; }
vb
Public ReadOnly Property Outlines As PdfOutlines

Property Value

TypeDescription
PdfOutlines

A PdfOutlines object.

|

See Also

PdfDocument Class

PdfDocument Members

DevExpress.Pdf Namespace