|
PdfTemplateBackground Property
|
Controls whether the template is rendered behind the page main content or not.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool Background { get; set; }Public Property Background As Boolean
Get
Set
Property Value
Boolean
Remarks
The default value is false. Elements from the template will not be displayed behind the other elements from the page.
See Also