TextArea Constructors
Overloads
TextArea(String, Single, Single, Single, Single) | Initializes a new instance of the TextArea class. |
TextArea(String, Single, Single, Single, Single, Font) | Initializes a new instance of the TextArea class. |
TextArea(String, Single, Single, Single, Single, Font, Single) | Initializes a new instance of the TextArea class. |
TextArea(String, Single, Single, Single, Single, Font, Single, Color) | Initializes a new instance of the TextArea class. |
TextArea(String, Single, Single, Single, Single, Font, Single, TextAlign) | Initializes a new instance of the TextArea class. |
TextArea(String, Single, Single, Single, Single, Font, Single, TextAlign, Color) | Initializes a new instance of the TextArea class. |
TextArea(String, Single, Single, Single, Single)
Initializes a new instance of the TextArea class.
public TextArea(string text, float x, float y, float width, float height)
Parameters
- text
- String
Text to display in the text area.
X coordinate of the text area.
Y coordinate of the text area.
- width
- Single
Width of the text area.
- height
- Single
Height of the text area.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
TextArea(String, Single, Single, Single, Single, Font)
Initializes a new instance of the TextArea class.
public TextArea(string text, float x, float y, float width, float height, Font font)
Parameters
- text
- String
Text to display in the text area.
X coordinate of the text area.
Y coordinate of the text area.
- width
- Single
Width of the text area.
- height
- Single
Height of the text area.
- font
- Font
Font for the text of the text area.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
TextArea(String, Single, Single, Single, Single, Font, Single)
Initializes a new instance of the TextArea class.
public TextArea(string text, float x, float y, float width, float height, Font font, float fontSize)
Parameters
- text
- String
Text to display in the text area.
X coordinate of the text area.
Y coordinate of the text area.
- width
- Single
Width of the text area.
- height
- Single
Height of the text area.
- font
- Font
Font for the text of the text area.
- fontSize
- Single
Font size of the text of the text area.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
TextArea(String, Single, Single, Single, Single, Font, Single, Color)
Initializes a new instance of the TextArea class.
public TextArea(string text, float x, float y, float width, float height, Font font, float fontSize, Color textColor)
Parameters
- text
- String
Text to display in the text area.
X coordinate of the text area.
Y coordinate of the text area.
- width
- Single
Width of the text area.
- height
- Single
Height of the text area.
- font
- Font
Font for the text of the text area.
- fontSize
- Single
Font size of the text of the text area.
- textColor
- Color
Color of the text of the text area.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
TextArea(String, Single, Single, Single, Single, Font, Single, TextAlign)
Initializes a new instance of the TextArea class.
public TextArea(string text, float x, float y, float width, float height, Font font, float fontSize, TextAlign align)
Parameters
- text
- String
Text to display in the text area.
X coordinate of the text area.
Y coordinate of the text area.
- width
- Single
Width of the text area.
- height
- Single
Height of the text area.
- font
- Font
Font for the text of the text area.
- fontSize
- Single
Font size of the text of the text area.
- align
- TextAlign
Alignment of the text of the text area.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
TextArea(String, Single, Single, Single, Single, Font, Single, TextAlign, Color)
Initializes a new instance of the TextArea class.
public TextArea(string text, float x, float y, float width, float height, Font font, float fontSize, TextAlign align, Color textColor)
Parameters
- text
- String
Text to display in the text area.
X coordinate of the text area.
Y coordinate of the text area.
- width
- Single
Width of the text area.
- height
- Single
Height of the text area.
- font
- Font
Font for the text of the text area.
- fontSize
- Single
Font size of the text of the text area.
- align
- TextAlign
Alignment of the text of the text area.
- textColor
- Color
Color of the text of the text area.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
See Also
TextAreaceTe.DynamicPDF.PageElements