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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool Background { get; set; }

Property Value

Type: Boolean
Remarks
The default value is false. Elements from the template will not be displayed behind the other elements from the page.
See Also