|
PdfTemplateCollectionFooter Property
|
Represents the default pdf document footer template.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic PdfTemplate Footer { get; set; }Public Property Footer As PdfTemplate
Get
Set
Property Value
PdfTemplate
Remarks
The footer space is automatically taken into account when calculating the available space for rendering in a pdf page.
This template is automatically docked to the bottom of the pdf page.
See Also