|  | 
| HtmlToPdfOptionsDisplayHeader Property  | 
 
            Controls if a custom header is displayed in the generated pdf document.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool DisplayHeader { get; set; }Public Property DisplayHeader As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
Remarks
            The header properties can be customized using the 
PdfHeader object exposed by 
Header property of the 
HtmlToPdf converter class.
            
Note: The default value of this property is false and the generated pdf document will not have a custom header.
 See Also
See Also