Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfPage.PreferredZoomFactor Property

Specifies the page’s preferred zoom factor, i.e. the factor by which it shall be scaled to achieve the natural display magnification.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public double? PreferredZoomFactor { get; }

Property Value

Type Description
Nullable<Double>

A nullable Double value.

See Also