When this property is true the HTML content will be resized if necessary to fit the available height in PDF page of the PDF document generated by the HTML to PDF converter. By default this property is false.

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

Syntax

C#
public bool FitHeight { get; set; }
Visual Basic
Public Property FitHeight As Boolean
	Get
	Set
Visual C++
public:
property bool FitHeight {
	bool get ();
	void set (bool value);
}

Property Value

Type: Boolean

See Also