Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsDisplayHeader Property

Controls if a custom header is displayed in the generated pdf document.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public bool DisplayHeader { get; set; }

Property Value

Type: Boolean
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