Winnovative PDF Creator Library for .NET
HeaderTemplate Property
NamespacesWinnovative.PdfCreatorDocumentHeaderTemplate
Winnovative PDF Creator Library for .NET
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
public:
property Template^ HeaderTemplate {
	Template^ get ();
	void set (Template^ value);
}

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 3.0.6.0 (3.0.6.0)