ExpertPdf Html to Pdf Converter Library
TextArea Constructor (x, y, width, height, text, font)
NamespacesExpertPdf.HtmlToPdfTextAreaTextArea(Single, Single, Single, Single, String, Font)
ExpertPdf Html to Pdf Converter Library
Contructs a text element that will be rendered in the specified rectangle using the specified font.
Declaration Syntax
C#Visual BasicVisual C++
public TextArea(
	float x,
	float y,
	float width,
	float height,
	string text,
	Font font
)
Public Sub New ( 
	x As Single,
	y As Single,
	width As Single,
	height As Single,
	text As String,
	font As Font
)
public:
TextArea(
	float x, 
	float y, 
	float width, 
	float height, 
	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
height (Single)
The height of the destination rectangle
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)