FormattedTextArea Constructors
Overloads
FormattedTextArea(String, Single, Single, Single, Single, FontFamily, Single, Boolean) | Initializes a new instance of the FormattedTextArea class. |
FormattedTextArea(String, Single, Single, Single, Single, FormattedTextAreaStyle) | Initializes a new instance of the FormattedTextArea class. |
FormattedTextArea(String, Single, Single, Single, Single, FontFamily, Single, Boolean)
Initializes a new instance of the FormattedTextArea class.
public FormattedTextArea(string text, float x, float y, float width, float height, FontFamily fontFamily, float fontSize, bool preserveWhitespace)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, fontFamily As FontFamily, fontSize As Single, preserveWhitespace As Boolean)
Parameters
- text
- String
Text to display in the formatted text area.
X coordinate of the formatted text area.
Y coordinate of the formatted text area.
- width
- Single
Width of the formatted text area.
- height
- Single
Height of the formatted text area.
- fontFamily
- FontFamily
Initial FontFamily of the formatted text area.
- fontSize
- Single
Initial font size of the formatted text area.
- preserveWhitespace
- Boolean
Specifies if white space should be preserved.
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.
FormattedTextArea(String, Single, Single, Single, Single, FormattedTextAreaStyle)
Initializes a new instance of the FormattedTextArea class.
public FormattedTextArea(string text, float x, float y, float width, float height, FormattedTextAreaStyle style)
Public Sub New (text As String, x As Single, y As Single, width As Single, height As Single, style As FormattedTextAreaStyle)
Parameters
- text
- String
Text to display in the formatted text area.
X coordinate of the formatted text area.
Y coordinate of the formatted text area.
- width
- Single
Width of the formatted text area.
- height
- Single
Height of the formatted text area.
Initial FormattedTextAreaStyle of the formatted 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.