Click or drag to resize

PdfHeaderOptionsAddTextArea Method

Adds a TextArea 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 AddTextArea(
	TextArea textArea
)

Parameters

textArea
Type: ExpertPdf.HtmlToPdfTextArea
The TextArea object to be rendered.
See Also