Skip to main content
A newer version of this page is available. .

PdfViewerControl.HasOutlines Property

Gets a value that defines whether a document has outlines.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public bool HasOutlines { get; }

Property Value

Type Description
Boolean

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

See Also