Click or drag to resize

HtmlToPdfClientsetDrawHtmlBackground Method

Set a flag indicating if the web page background is rendered in PDF. The default value is True.

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public HtmlToPdfClient setDrawHtmlBackground(
	bool drawHtmlBackground
)

Parameters

drawHtmlBackground
Type: SystemBoolean
Draw the HTML background or not.

Return Value

Type: HtmlToPdfClient
Reference to the current object.
See Also