|  | 
| 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: 24.1
 Syntax
Syntaxpublic bool Background { get; set; }Public Property Background As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            The default value is false. Elements from the template will not be displayed behind the other elements from the page.
            
 See Also
See Also