PdfPage.PreferredZoom Property

Definition

Gets the Portable Document Format (PDF) page's preferred magnification factor.

public:
 property float PreferredZoom { float get(); };
float PreferredZoom();
public float PreferredZoom { get; }
var single = pdfPage.preferredZoom;
Public ReadOnly Property PreferredZoom As Single

Property Value

Single

float

The magnification scaling factor to display or print the Portable Document Format (PDF) page.

Applies to