Gets or sets the maximum height in pixels to be rendered from the HTML document by the HTML to Image element. The default value is 0 and the entire HTML document is rendered

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

Syntax

C#
public int MaxHtmlViewerHeight { get; set; }
Visual Basic
Public Property MaxHtmlViewerHeight As Integer
	Get
	Set
Visual C++
public:
property int MaxHtmlViewerHeight {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also