Click or drag to resize

PdfHeaderOptionsAddImageArea Method

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

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

Parameters

imageArea
Type: ExpertPdf.HtmlToPdfImageArea
The ImageArea object to be rendered.
See Also