HtmlToPdfClientsetFooterHeight Method |
The height of the pdf document footer. 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 setFooterHeight(
int height
)
Public Function setFooterHeight (
height As Integer
) As HtmlToPdfClient
Parameters
- height
- Type: SystemInt32
Footer height.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also