Back to Devexpress

PdfOutlinesViewerSettings.OutlinesViewerState Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfoutlinesviewersettings-00125088.md

latest2.0 KB
Original Source

PdfOutlinesViewerSettings.OutlinesViewerState Property

Specifies the Bookmarks panel visible state.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public PdfOutlinesViewerState OutlinesViewerState { get; set; }
vb
Public Property OutlinesViewerState As PdfOutlinesViewerState

Property Value

TypeDescription
PdfOutlinesViewerState

One of the PdfOutlinesViewerState values. The default value is Collapsed.

|

Available values:

NameDescription
Collapsed

The PDF outlines panel is collapsed.

| | Visible |

The PDF outlines panel is visible.

| | Expanded |

The PDF outlines panel is expanded.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to OutlinesViewerState
PdfViewerControl

.OutlinesViewerSettings .OutlinesViewerState

|

Remarks

To specify the outlines viewer visible state after loading a PDF document, use the OutlinesViewerInitialState property.

See Also

PdfOutlinesViewerSettings Class

PdfOutlinesViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace