Click or drag to resize

HtmlToPdfClientsetHeaderWebPageHeight Method

Set the height in pixels used by the converter's internal browser window during the conversion of the header 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 setHeaderWebPageHeight(
	int headerWebPageHeight
)

Parameters

headerWebPageHeight
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