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.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public void Add(
	PdfSectionElement element
)

Parameters

element
Type: SelectPdfPdfSectionElement
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