PdfOutlinesViewerSettings.OutlinesViewerState Property
Specifies the Bookmarks panel visible state.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v25.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
Declaration
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 |
|
Remarks
To specify the outlines viewer visible state after loading a PDF document, use the OutlinesViewerInitialState property.
See Also