PdfDocumentControlDisplayHeaderFooter Property

Controls if the header and footer defined by the HeaderTemplateHtml and FooterTemplateHtml properties will be applied to PDF document. The default is false

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public bool DisplayHeaderFooter { get; set; }

Property Value

Boolean

See Also