Click or drag to resize

PdfPageAddElement Method

Add the specified element to this page.

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

Parameters

pageElement  PageElement
The element to be added to this page

Return Value

AddElementResult
The result of adding the element to this page
See Also