Gets or sets the minimum height in pixels to be rendered from HTML document by the HTML to PDF converter. This value of this property is ignored if the HtmlViewerHeight property is set

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

Syntax

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

Property Value

Type: Int32

See Also