Skip to main content

PdfViewerControl.MaxZoomFactor Property

Gets or sets the maximum permitted run-time value of the PdfViewerControl.CurrentZoomFactor property.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double MaxZoomFactor { get; set; }

Property Value

Type Description
Double

The maximum permitted zoom level.

See Also