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
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