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