PdfFooterOptionsAddElement Method

Add a PDF element to be rendered in footer by the HTML to PDF converter

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public void AddElement(
	PageElement pdfElement
)

Parameters

pdfElement  PageElement
The PDF element to be rendered in footer

See Also