Gets or sets the initial height in pixels of the HTML viewer in HTML to Image 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 InitialHtmlViewerHeight { get; set; }
Visual Basic
Public Property InitialHtmlViewerHeight As Integer
	Get
	Set
Visual C++
public:
property int InitialHtmlViewerHeight {
	int get ();
	void set (int value);
}

Property Value

Type: Int32

See Also