PdfOutlinesViewerSettings Class
In This Article
Provides access to PDF Outlines Viewer settings.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public class PdfOutlinesViewerSettings :
DocumentMapSettings
#Related API Members
The following members return PdfOutlinesViewerSettings objects:
#Remarks
For more information about bookmarks (outlines), see the Bookmarks topic.
#Example
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>
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
DocumentMapSettings
PdfOutlinesViewerSettings
See Also