The width of the HTML document in points

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

Syntax

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

Property Value

Type: Single

See Also