PdfDocumentOptionsEnableHeaderFooter Property
Indicates whether internal browser capabilities will be used to generate the header and footer
based on the HeaderTemplate and FooterTemplate properties. This provides basic support for
adding HTML with page numbering in the header and footer. For more advanced options, use the
PdfHtmlHeader and PdfHtmlFooter properties instead.
The default value is false.
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.0.0
public bool EnableHeaderFooter { get; set; }
Property Value
Boolean