Click or drag to resize
Pdf Library for .NET

HtmlToPdfResultPdfPageScaleFactor Property

The factor used to scale the html content to fit the pdf page.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public float PdfPageScaleFactor { get; }

Property Value

Type: Single
Remarks
This property offers the factor used to scale the html content when rendered into the pdf document. When AutoFitWidth is ShrinkOnly or AutoFit, the html content might be resized to fit the pdf page width if necessary.
See Also