Click or drag to resize

TemplateAddElement Method

Add a page element to the template

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public override AddElementResult AddElement(
	PageElement pageElement
)

Parameters

pageElement
Type: ExpertPdf.PdfCreatorPageElement
The page element to be added

Return Value

Type: AddElementResult
The result of element rendering
See Also