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

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.v19.2.dll

Declaration

public double MaxZoomFactor { get; set; }

Property Value

Type Description
Double

The maximum permitted zoom level.

See Also