Click or drag to resize

PdfPageAddElement Method

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
)

Parameters

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

Return Value

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