The size of the converted HTML content in pixels.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

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

Property Value

Type: SizeF

See Also