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

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

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