Contructs a text element that will be rendered at the specified (x,y) position using the specified width, font and color. 
            The height of the rendered text will be auto-determined.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public TextArea( float x, float y, float width, string text, Font font, Color textColor )
Public Sub New ( x As Single, y As Single, width As Single, text As String, font As Font, textColor As Color )
public: TextArea( float x, float y, float width, String^ text, Font^ font, Color textColor )
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)

