PdfPage.PreferredZoom Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.