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
Single

X coordinate of the formatted text area.

y
Single

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:

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
Single

X coordinate of the formatted text area.

y
Single

Y coordinate of the formatted text area.

width
Single

Width of the formatted text area.

height
Single

Height of the formatted text area.

style
FormattedTextAreaStyle

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:

See Also

FormattedTextArea
ceTe.DynamicPDF.PageElements

In this topic