HtmlToPdfAreaDrawBackground 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
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntaxpublic bool DrawBackground { get; set; }
Public Property DrawBackground As Boolean
Get
Set
Property Value
Type:
Boolean
See Also