PdfPageAddElement Method

Adds the given PDF element to this PDF page

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
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