Property Scale
- Namespace
- BitMiracle.Docotic.Pdf.HtmlToPdf
- Assembly
- BitMiracle.Docotic.Pdf.HtmlToPdf.dll
Scale
Gets or sets the scale of the page rendering.
public double Scale { get; set; }
Property Value
- 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.
Read the Convert HTML to PDF in C# and VB.NET article for examples of using this property.