HtmlToPdfClientsetFooterHtml Method |
Set the raw html that is converted and rendered in the pdf document footer.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setFooterHtml(
string html
)
Public Function setFooterHtml (
html As String
) As HtmlToPdfClient
Parameters
- html
- Type: SystemString
The raw html that is converted and rendered in the pdf document footer.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also