| HtmlToPdfClientsetWebPageHeight Method  | 
 
            Set the height used by the converter's internal browser window in pixels. 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
Syntaxpublic HtmlToPdfClient setWebPageHeight(
	int webPageHeight
)
Public Function setWebPageHeight ( 
	webPageHeight As Integer
) As HtmlToPdfClient
Parameters
- webPageHeight
- 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
See Also