Skip to main content
A newer version of this page is available. .

PdfViewerControl.ThumbnailHeight Property

Gets or sets the height of page thumbnails.

Namespace: DevExpress.UI.Xaml.Controls

Assembly: DevExpress.UI.Xaml.Controls.v19.2.dll

Declaration

public double ThumbnailHeight { get; set; }

Property Value

Type Description
Double

The height of page thumbnails, in pixels.

Remarks

Use the ThumbnailHeight property to set the size of page thumbnails that are shown in the zoomed-out view.

By default the ThumbnailHeight property is set to 250.

See Also