Click or drag to resize
TextArea Constructor (Single, Single, Single, Single, String, Font)
Contructs a text element that will be rendered in the specified rectangle using the specified font.

Namespace: ExpertPdf.HtmlToPdf
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntax
public TextArea(
	float x,
	float y,
	float width,
	float height,
	string text,
	Font font
)

Parameters

x
Type: SystemSingle
The start x coordinate where the text will be rendered
y
Type: SystemSingle
The start y coordinate where the text
width
Type: SystemSingle
The width of the destination rectangle
height
Type: SystemSingle
The height of the destination rectangle
text
Type: SystemString
The text to be rendered
font
Type: System.DrawingFont
The text font
See Also