Click or drag to resize

HtmlToPdfClientsetHeaderBaseUrl Method

Set an optional base url parameter can be used together with the header 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 setHeaderBaseUrl(
	string baseUrl
)

Parameters

baseUrl
Type: SystemString
Header base url.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also