ExpertPdf Html to Pdf Converter Library
HeaderTemplate Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentHeaderTemplate
ExpertPdf Html to Pdf Converter Library
Represents the default PDF document header template. This header is automatically considered when calculating the available space for drawing in a PDF page. This template is automatically docked to the top of the PDF page.
Declaration Syntax
C#Visual BasicVisual C++
public Template HeaderTemplate { get; set; }
Public Property HeaderTemplate As Template
	Get
	Set
public:
property Template^ HeaderTemplate {
	Template^ get ();
	void set (Template^ value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)