Click or drag to resize
Pdf Library for .NET

PdfTemplateBackground Property

Controls whether the template is rendered behind the page main content or not.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public bool Background { 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