PdfDrawOptions.ZoomPercent Property

Gets the zoom percent (magnification level) to apply to pages.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double ZoomPercent { get; }
VB
Public ReadOnly Property ZoomPercent As Double
	Get

Property Value

Type: 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.

See Also