Back to Devexpress

PdfViewerControl.HasOutlines Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfviewercontrol-dedf887f.md

latest1.1 KB
Original Source

PdfViewerControl.HasOutlines Property

Gets a value that defines whether a document has outlines. This is a dependency property.

Namespace : DevExpress.Xpf.PdfViewer

Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public bool HasOutlines { get; }
vb
Public ReadOnly Property HasOutlines As Boolean

Property Value

TypeDescription
Boolean

true if a document contains outlines (outlines viewer is visible); otherwise false.

|

See Also

PdfViewerControl Class

PdfViewerControl Members

DevExpress.Xpf.PdfViewer Namespace