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