PdfDocumentOptionsEnableHeaderFooter Property

A flag indicating if the header and footer defined by the HeaderTemplateHtml and FooterTemplateHtml will be generated in the PDF document. The default is false

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 18.4.0
C#
public bool EnableHeaderFooter { get; set; }

Property Value

Boolean

See Also