EVO HTML to PDF Converter

PdfPageAddElement Method

EVO HTML to PDF Converter for .NET Documentation
Adds the given PDF element to this PDF page

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax

public override AddElementResult AddElement(
	PageElement pageElement
)

Parameters

pageElement
Type: EvoPdfPageElement
The element to be added to this page

Return Value

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

Reference