HtmlToPdfClientsetWebPageWidth Method |
Set the width used by the converter's internal browser window in pixels. The default value is 1024px.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setWebPageWidth(
int webPageWidth
)
Public Function setWebPageWidth (
webPageWidth As Integer
) As HtmlToPdfClient
Parameters
- webPageWidth
- Type: SystemInt32
Browser window width in pixels.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also