Back to Devexpress

PdfOutlinesViewerState Enum

wpf-devexpress-dot-xpf-dot-pdfviewer-6706a0cf.md

latest1.6 KB
Original Source

PdfOutlinesViewerState Enum

Lists values that specify the outlines viewer state.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public enum PdfOutlinesViewerState
vb
Public Enum PdfOutlinesViewerState

Members

NameDescription
Collapsed

The PDF outlines panel is collapsed.

| | Visible |

The PDF outlines panel is visible.

| | Expanded |

The PDF outlines panel is expanded.

|

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

DevExpress.Xpf.PdfViewer Namespace