Winnovative HTML to PDF Converter Library for .NET
TextArea Constructor (x, y, width, text, font)
NamespacesWinnovative.WnvHtmlConvertTextAreaTextArea(Single, Single, Single, String, Font)
Winnovative HTML to PDF Converter Library for .NET
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.
Declaration Syntax
C#Visual BasicVisual C++
public TextArea(
	float x,
	float y,
	float width,
	string text,
	Font font
)
Public Sub New ( _
	x As Single, _
	y As Single, _
	width As Single, _
	text As String, _
	font As Font _
)
public:
TextArea(
	float x, 
	float y, 
	float width, 
	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
width (Single)
The width of the destination rectangle
text (String)
The text to be rendered
font (Font)
The text font

Assembly: Winnovative.WnvHtmlConvert (Module: Winnovative.WnvHtmlConvert) Version: 8.0.0.0 (8.0.0.0)