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

PdfOutlinesViewerSettings.OutlinesViewerState Property

Specifies the outlines viewer visible state.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public PdfOutlinesViewerState OutlinesViewerState { get; set; }

Property Value

Type Description
PdfOutlinesViewerState

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

Available values:

Name Description
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 Type Path to OutlinesViewerState
PdfViewerControl
.OutlinesViewerSettings.OutlinesViewerState

Remarks

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

See Also