|
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; }
Public ReadOnly Property PdfPageScaleFactor As Single
Get
Property Value
Type:
SingleRemarks
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