Click or drag to resize
PdfPageCustomHeaderTemplate Property
Represents the custom header template for the page. It will replace the document header template on this page.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public Template CustomHeaderTemplate { get; set; }

Property Value

Type: Template
See Also