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; }
Public Property ShowFooter As Boolean
Get
Set
Property Value
Type:
BooleanSee Also