HtmlToPdfClientsetFooterUrl Method |
Set the url of the web page 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 setFooterUrl(
string url
)
Public Function setFooterUrl (
url As String
) As HtmlToPdfClient
Parameters
- url
- Type: SystemString
The url of the web page that is converted and rendered in the pdf document footer.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also