EVO PDF Logo

PdfPageAddElement Method

EVO PDF Client for .NET Framework
Adds the given PDF element to this PDF page

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public override void AddElement(
	PageElement pageElement
)

Parameters

pageElement
Type: EvoPdfClientPageElement
The element to be added to this page
See Also

Reference