Add the specified element to this page.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public override AddElementResult AddElement(
PageElement pageElement
)
Public Overrides Function AddElement (
pageElement As PageElement
) As AddElementResult
Parameters
- pageElement
- Type: ExpertPdf.PdfCreatorPageElement
The element to be added to this page
Return Value
Type:
AddElementResultThe result of adding the element to this page
See Also