Click or drag to resize
Pdf Library for .NET

HtmlToPdfFooter Property

Gets a reference to an object that controls the properties of the custom footer of the generated pdf document.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public PdfFooter Footer { get; }

Property Value

Type: PdfFooter
Remarks
The footer is displayed in the generated pdf document only if the DisplayFooter property is set to true.
See Also