|  | 
| PdfTemplateForeground Property  | 
 
            Controls whether the template is rendered in front of the page main content or not.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool Foreground { get; set; }Public Property Foreground As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            The default value is true. Elements from the template will be displayed in front of the other elements from the page.
            
 See Also
See Also