Property ZoomPercent
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ZoomPercent
Gets the zoom percent (magnification level) to apply to pages.
public double ZoomPercent { get; }
Property Value
- double
The zoom percent (magnification level) to apply to pages.
Remarks
The zoom percent is only used when ScalingMode is equal to Zoom. Take a look at the "Remarks" sections of the Create() and CreateZoom(double) methods for more information.
The Convert PDF to image in C# and VB.NET article shows how to apply zoom to pages.