PdfOutlinesViewerSettings.OutlinesViewerState Property
In This Article
Specifies the Bookmarks panel visible state.
Namespace: DevExpress.Xpf.PdfViewer
Assembly: DevExpress.Xpf.PdfViewer.v24.2.dll
NuGet Package: DevExpress.Wpf.PdfViewer
#Declaration
public PdfOutlinesViewerState OutlinesViewerState { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
One of the Pdf |
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 Outlines |
---|---|
Pdf |
|
#Remarks
To specify the outlines viewer visible state after loading a PDF document, use the OutlinesViewerInitialState property.
See Also