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: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public SizeF HtmlContentSizePoints { get; }
Visual Basic
Public ReadOnly Property HtmlContentSizePoints As SizeF
	Get
Visual C++
public:
property SizeF HtmlContentSizePoints {
	SizeF get ();
}

Property Value

Type: SizeF

See Also