|  | 
| PdfPageAdd Method  | 
 
            Adds the specified pdf element to the current page.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic override PdfRenderingResult Add(
	PdfPageElement element
)
Public Overrides Function Add ( 
	element As PdfPageElement
) As PdfRenderingResult
Parameters
- element
- Type: SelectPdfPdfPageElement
 The element to be added to the current pdf page.
Return Value
Type: 
PdfRenderingResultThe result of adding the element to the page.
 See Also
See Also