Click or drag to resize
Pdf Library for .NET

PdfDocumentHeader Property

Represents the default pdf document header template.

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

Property Value

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