Click or drag to resize

PdfFooterOptionsAddImageArea Method

Adds an ImageArea element to the additional elements list rendered after the predefined footer elements. The additional elements are rendered in the order they are added to the list.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public void AddImageArea(
	ImageArea imageArea
)

Parameters

imageArea  ImageArea
The ImageArea object to be rendered.
See Also