Click or drag to resize

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
)

Parameters

baseUrl
Type: SystemString
Footer base url.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also