EVO Word to PDF Converter

ElementsRendererAddElement Method

EVO Word to PDF Converter Documentation
An abstract method to add a PDF page element to the elements renderer

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

public abstract AddElementResult AddElement(
	PageElement pageElement
)

Parameters

pageElement
Type: EvoWordToPdfPageElement
The page element to be rendered

Return Value

Type: AddElementResult
The result of adding the element
See Also

Reference