Click or drag to resize
Pdf Library for .NET

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: 20.2
Syntax
public PdfHeader Header { get; }

Property Value

Type: PdfHeader
Remarks
The header is displayed in the generated pdf document only if the DisplayHeader property is set to true.
See Also