PdfOutlinesViewerState Enum
In This Article
Lists values that specify the outlines viewer state.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
#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