ExpertPdf Html to Pdf Converter Library
TextArea Constructor (x, y, text, font)
NamespacesExpertPdf.HtmlToPdfTextAreaTextArea(Single, Single, String, Font)
ExpertPdf Html to Pdf Converter Library
Contructs a text element that will be rendered at the specified (x,y) position using the specified width and font. The height of the rendered text will be auto-determined. The width is the available width in page.
Declaration Syntax
C#Visual BasicVisual C++
public TextArea(
	float x,
	float y,
	string text,
	Font font
)
Public Sub New ( 
	x As Single,
	y As Single,
	text As String,
	font As Font
)
public:
TextArea(
	float x, 
	float y, 
	String^ text, 
	Font^ font
)
Parameters
x (Single)
The start x coordinate where the text will be rendered
y (Single)
The start y coordinate where the text
text (String)
The text to be rendered
font (Font)
The text font

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)