Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfViewerControl.ThumbnailsViewerSettings Property

Gets or sets the settings of the PDF thumbnails viewer.

Namespace: DevExpress.Xpf.PdfViewer

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

NuGet Package: DevExpress.Wpf.PdfViewer

#Declaration

public PdfThumbnailsViewerSettings ThumbnailsViewerSettings { get; set; }

#Property Value

Type Description
PdfThumbnailsViewerSettings

A PdfThumbnailsViewerSettings object which contains the settings to customize the PDF thumbnails viewer.

#Remarks

Use the ThumbnailsViewerSettings property to get access to the settings of the PDF thumbnails viewer.

<dxpdf:PdfViewerControl>
    <dxpdf:PdfViewerControl.ThumbnailsViewerSettings>
        <dxpdf:PdfThumbnailsViewerSettings/>
    </dxpdf:PdfViewerControl.ThumbnailsViewerSettings>
</dxpdf:PdfViewerControl>

After that, you can customize thumbnails pane behavior (PdfThumbnailsViewerSettings.ThumbnailsViewerState, PdfThumbnailsViewerSettings.ThumbnailsViewerInitialState, PdfThumbnailsViewerSettings.HideThumbnailsViewer properties) and thumbnails pane style (the PdfThumbnailsViewerSettings.ThumbnailsViewerStyle property).

See Also