HtmlToPdfElementDrawBackground Property |
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.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public bool DrawBackground { get; set; }
Public Property DrawBackground As Boolean
Get
Set
Property Value
Type:
BooleanSee Also