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

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.v18.2.Core.dll

Declaration

public double? PreferredZoomFactor { get; }

Property Value

Type Description
Nullable<Double>

A nullable Double value.

See Also