wpf-devexpress-dot-xpf-dot-pdfviewer-bd266d14.md
Provides access to PDF Outlines Viewer settings.
Namespace : DevExpress.Xpf.PdfViewer
Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package : DevExpress.Wpf.PdfViewer
public class PdfOutlinesViewerSettings :
DocumentMapSettings
Public Class PdfOutlinesViewerSettings
Inherits DocumentMapSettings
The following members return PdfOutlinesViewerSettings objects:
For more information about bookmarks (outlines), see the Bookmarks topic.
The code sample below shows how to specify these options in code:
<dxpdf:PdfViewerControl x:Name="pdfViewer" NavigationPanelsLayout="DockPanel">
<dxpdf:PdfViewerControl.OutlinesViewerSettings>
<dxpdf:PdfOutlinesViewerSettings ApplyOutlinesForeground="True"
HideAfterUse="True"
WrapLongLines="True"/>
</dxpdf:PdfViewerControl.OutlinesViewerSettings>
</dxpdf:PdfViewerControl>
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement DocumentMapSettings PdfOutlinesViewerSettings
See Also