HtmlToPdfClientsetFooterBaseUrl Method |
Set an optional base url parameter can be used together with the footer HTML to resolve relative paths from the html string.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public HtmlToPdfClient setFooterBaseUrl(
string baseUrl
)
Public Function setFooterBaseUrl (
baseUrl As String
) As HtmlToPdfClient
Parameters
- baseUrl
- Type: SystemString
Footer base url.
Return Value
Type:
HtmlToPdfClientReference to the current object.
See Also