ConversionSummaryHtmlContentSizePoints Property |
The size of the HTML content in points. A point is 1/72 inches. The converter internally transforms the HtmlContentSizePixels
in points using the UnitsConverter class methods.
Namespace: ExpertPdf.HtmlToPdfAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic SizeF HtmlContentSizePoints { get; }
Public ReadOnly Property HtmlContentSizePoints As SizeF
Get
Property Value
Type:
SizeF
See Also