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

PdfOutlinesViewerState Enum

Lists values that specify the outlines viewer state.

Namespace: DevExpress.Xpf.PdfViewer

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

Declaration

public enum PdfOutlinesViewerState

Members

Name Description
Collapsed

The PDF outlines panel is collapsed.

Visible

The PDF outlines panel is visible.

Expanded

The PDF outlines panel is expanded.

Related API Members

The following properties accept/return PdfOutlinesViewerState values:

Remarks

The values listed by this enumeration are used to set the PdfOutlinesViewerSettings.OutlinesViewerInitialState and PdfOutlinesViewerSettings.OutlinesViewerState property values.

See Also