Gets or sets the height of the HTML document in pixels. The HTML documentwill be truncated if
its height exceeds the specified value of this property.
If this parameter is set to 0 or a negative value, the whole HTML document will be converted to PDF.
Because all the dimensions in the PDF document are measured in points (1 point is 1/72 inch),
it might be necessary to transform pixels to points and points to pixels using the
UnitsConverter class in order to better control the HTML to PDF conversion.

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

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)