Click or drag to resize

HtmlToPdfClientsetFooterWebPageHeight Method

Set the height in pixels used by the converter's internal browser window during the conversion of the footer content. 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 setFooterWebPageHeight(
	int footerWebPageHeight
)

Parameters

footerWebPageHeight
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