The height of the HTML document in points

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

Syntax

C#
public float HtmlContentHeightPt { get; }
Visual Basic
Public ReadOnly Property HtmlContentHeightPt As Single
	Get
Visual C++
public:
property float HtmlContentHeightPt {
	float get ();
}

Property Value

Type: Single

See Also