Click or drag to resize

HtmlToPdfClientsetPageHeight Method

Set PDF page height in points. Default value is 842pt (A4 page height in points). 1pt = 1/72 inch.

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

Parameters

pageHeight
Type: SystemInt32
Page height in points.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
Remarks
This is taken into account only if page size is set to Custom using setPageSize method.
See Also