Back to Devexpress

PdfOutlinesViewerSettings Class

wpf-devexpress-dot-xpf-dot-pdfviewer-bd266d14.md

latest2.4 KB
Original Source

PdfOutlinesViewerSettings Class

Provides access to PDF Outlines Viewer settings.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public class PdfOutlinesViewerSettings :
    DocumentMapSettings
vb
Public Class PdfOutlinesViewerSettings
    Inherits DocumentMapSettings

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:

xaml
<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

PdfOutlinesViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace