Click or drag to resize

HtmlToPdfClientsetHeaderHtml Method

Set the raw html 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 setHeaderHtml(
	string html
)

Parameters

html
Type: SystemString
The raw html that is converted and rendered in the pdf document header.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also