| HtmlToPdfClientsetBackgroundColor Method  | 
 
            Specify the background color of the PDF page in RGB html format. The default is #FFFFFF.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic HtmlToPdfClient setBackgroundColor(
	string backgroundColor
)
Public Function setBackgroundColor ( 
	backgroundColor As String
) As HtmlToPdfClient
Parameters
- backgroundColor
- Type: SystemString
 Background color in #RRGGBB format.
Return Value
Type: 
HtmlToPdfClientReference to the current object.
 See Also
See Also