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
)
Public Function setHeaderWebPageHeight (
headerWebPageHeight As Integer
) As HtmlToPdfClient
Parameters
- headerWebPageHeight
- Type: SystemInt32
Browser window height in pixels. Set it to 0px to automatically calculate page height.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also