Skip to main content

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