Click or drag to resize

HtmlToPdfClientsetWebPageHeight Method

Set the height used by the converter's internal browser window in pixels. The default value is 0px and it means that the page height is automatically calculated by the converter.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setWebPageHeight(
	int webPageHeight
)

Parameters

webPageHeight
Type: SystemInt32
Browser window height in pixels. Set it to 0px to automatically calculate page height.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also