wpf-devexpress-dot-xpf-dot-pdfviewer-6706a0cf.md
Lists values that specify the outlines viewer state.
Namespace : DevExpress.Xpf.PdfViewer
Assembly : DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package : DevExpress.Wpf.PdfViewer
public enum PdfOutlinesViewerState
Public Enum PdfOutlinesViewerState
| Name | Description |
|---|---|
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:
The values listed by this enumeration are used to set the PdfOutlinesViewerSettings.OutlinesViewerInitialState and PdfOutlinesViewerSettings.OutlinesViewerState property values.
See Also