TextArea Constructor (Single, Single, String, Font) |
Constructs 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.
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax 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
)
Parameters
- x
- Type: SystemSingle
The start x coordinate where the text will be rendered - y
- Type: SystemSingle
The start y coordinate where the text - text
- Type: SystemString
The text to be rendered - font
- Type: System.DrawingFont
The text font
See Also