|
HtmlToPdfOptionsDisplayFooter Property
|
Controls if a custom footer is displayed in the generated pdf document.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool DisplayFooter { get; set; }Public Property DisplayFooter As Boolean
Get
Set
Property Value
Boolean
Remarks
The footer properties can be customized using the
PdfFooter object exposed by
Footer property of the
HtmlToPdf converter class.
Note: The default value of this property is false and the generated pdf document will not have a custom footer.
See Also