PdfPageOptions.Scale Property

Gets or sets the scale of the page rendering.

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

Syntax

C#
public double Scale { get; set; }
VB
Public Property Scale As Double
	Get
	Set

Property Value

Type: Double
The scale of the page rendering.

Remarks

Default value: 1.0.

The scale must be greater than or equal to 0.1 and not greater than 2.

See Also