Skip to main content

PdfViewerControl.CurrentZoomFactor Property

Gets or sets the current zoom level of a PDF Viewer Control.

Namespace: DevExpress.UI.Xaml.Controls

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public float CurrentZoomFactor { get; set; }

Property Value

Type Description
Single

A Single value specifying the current zoom level.

Remarks

To display the actual document size, set the CurrentZoomFactor property to 1.

See Also