Click or drag to resize

HtmlToPdfClientsetHeaderUrl Method

Set the url of the web page that is converted and rendered in the PDF document header.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setHeaderUrl(
	string url
)

Parameters

url
Type: SystemString
The url of the web page that is converted and rendered in the pdf document header.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also