|  | 
| PdfTemplateCollectionHeader Property  | 
 
            Represents the default pdf document header template. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfTemplate Header { get; set; }Public Property Header As PdfTemplate
	Get
	Set
Property Value
Type: 
PdfTemplate Remarks
Remarks
            The header space is automatically taken into account when calculating the available space for rendering in a pdf page. 
            
            This template is automatically docked to the top of the pdf page.
 See Also
See Also