Click or drag to resize

HtmlToPdfClientsetHeaderHeight Method

The height of the pdf document header. This height is specified in points. 1 point is 1/72 inch. The default value is 50.

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

Parameters

height
Type: SystemInt32
Header height.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also