Skip to main content

PdfViewerControl.ActualThumbnailsViewerSettings Property

Gets the actual thumbnails viewer settings.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

public PdfThumbnailsViewerSettings ActualThumbnailsViewerSettings { get; }

Property Value

Type Description
PdfThumbnailsViewerSettings

A PdfThumbnailsViewerSettings that represents the thumbnails settings in the PDF Viewer.

See Also