Skip to main content

PdfViewerControl.ThumbnailsViewerSettings Property

Gets or sets the settings of the PDF thumbnails viewer.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.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