|  | 
| HtmlToPdfHeader Property  | 
 
            Gets a reference to an object that controls the properties of the custom header of the generated pdf document. 
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic PdfHeader Header { get; }Public ReadOnly Property Header As PdfHeader
	Get
Property Value
Type: 
PdfHeader Remarks
RemarksThe header is displayed in the generated pdf document only if the 
DisplayHeader property is set to true.
            
 See Also
See Also