Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsDisplayFooter Property

Controls if a custom footer is displayed in the generated pdf document.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public bool DisplayFooter { get; set; }

Property Value

Type: 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