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