Back to Devexpress

PdfThumbnailsViewerSettings.ThumbnailsViewerState Property

wpf-devexpress-dot-xpf-dot-pdfviewer-dot-pdfthumbnailsviewersettings-6d8ceb90.md

latest2.3 KB
Original Source

PdfThumbnailsViewerSettings.ThumbnailsViewerState Property

Specifies the thumbnails viewer visible state.

Namespace : DevExpress.Xpf.PdfViewer

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

NuGet Package : DevExpress.Wpf.PdfViewer

Declaration

csharp
public PdfThumbnailsViewerState ThumbnailsViewerState { get; set; }
vb
Public Property ThumbnailsViewerState As PdfThumbnailsViewerState

Property Value

TypeDescription
PdfThumbnailsViewerState

One of the PdfThumbnailsViewerState values. The default value is Collapsed.

|

Available values:

NameDescription
Collapsed

The PDF thumbnails panel is collapsed.

| | Visible |

The PDF thumbnails panel is visible.

| | Expanded |

The PDF thumbnails panel is expanded.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ThumbnailsViewerState
PdfViewerControl

.ActualThumbnailsViewerSettings .ThumbnailsViewerState

| | PdfViewerControl |

.ThumbnailsViewerSettings .ThumbnailsViewerState

|

Remarks

To specify the thumbnails viewer visible state after loading a PDF document, use the PdfThumbnailsViewerSettings.ThumbnailsViewerInitialState property.

See Also

PdfThumbnailsViewerSettings Class

PdfThumbnailsViewerSettings Members

DevExpress.Xpf.PdfViewer Namespace