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: 21.1.0
Syntax
public void AddTextArea(
	TextArea textArea
)

Parameters

textArea  TextArea
The TextArea object to be rendered.
See Also