Click or drag to resize
Pdf Library for .NET

PdfHeaderAdd Method

Adds an additional element to the header of the pdf document.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public void Add(
	PdfSectionElement element
)

Parameters

element  PdfSectionElement
The element that will be rendered in the pdf header.
Remarks
There are 3 section elements that can be added to the header of the pdf document: PdfHtmlSection, PdfTextSection and PdfImageSection.
See Also