|
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
)
Public Sub Add (
element As PdfSectionElement
)
Parameters
- element
- Type: SelectPdfPdfSectionElement
The element that will be rendered in the pdf header.
Remarks See Also