Gets or sets the destination height in points of the rendered content. If the specified height is less or equal to 0, the destination height will be auto determined so all the content can be rendered.

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

Syntax

C#
public float Height { get; set; }
Visual Basic
Public Property Height As Single
	Get
	Set
Visual C++
public:
property float Height {
	float get ();
	void set (float value);
}

Property Value

Type: Single

See Also