ConversionSummaryHtmlContentWidthResizeFactor Property

The factor used to resize the HTML content when rendered in the PDF document. When FitWidth property of the PdfDocumentOptions object is true, the HTML content will be resized to fit the PDF page width if necessary.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public float HtmlContentWidthResizeFactor { get; }

Property Value

Single

See Also