| 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
Syntaxpublic HtmlToPdfClient setDrawHtmlBackground(
	bool drawHtmlBackground
)
Public Function setDrawHtmlBackground ( 
	drawHtmlBackground As Boolean
) As HtmlToPdfClient
Parameters
- drawHtmlBackground
- Type: SystemBoolean
 Draw the HTML background or not.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 See Also
See Also