Skip to main content

PdfViewerControl.ThumbnailHeight Property

Gets or sets the height of page thumbnails.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

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