|  | 
| PdfFooterAdd Method  | 
 
            Adds an additional element to the footer of the pdf document.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic void Add(
	PdfSectionElement element
)
Public Sub Add ( 
	element As PdfSectionElement
)
Parameters
- element
- Type: SelectPdfPdfSectionElement
 The element that will be rendered in the pdf footer.
 Remarks
Remarks See Also
See Also