ExpertPdf PDF Creator Library
DrawBackground Property
NamespacesExpertPdf.PdfCreatorHtmlToPdfElementDrawBackground
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)