ExpertPdf Html to Pdf Converter Library
DrawBackground Property
NamespacesExpertPdf.HtmlToPdfHtmlToPdfAreaDrawBackground
ExpertPdf Html to Pdf Converter Library
Gets or sets a flag indicating if the HTML page background is rendered in PDF. Default value is true. Setting this property to false can make visible the existing PDF content behind this element.
Declaration Syntax
C#Visual BasicVisual C++
public bool DrawBackground { get; set; }
Public Property DrawBackground As Boolean
	Get
	Set
public:
property bool DrawBackground {
	bool get ();
	void set (bool value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)