Click or drag to resize

PdfDocumentOptionsShowFooter Property

This property controls the whether the footer appears or not in the rendered PDF document. The footer properties can be further customized by setting the properties of the PDFFooterOptions object exposed by the PDFFooterOptions property of the PDFConverter class. The default value is false.

Namespace:  ExpertPdf.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool ShowFooter { get; set; }

Property Value

Type: Boolean
See Also