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
Single

X coordinate of the text area.

y
Single

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:

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
Single

X coordinate of the text area.

y
Single

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:

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
Single

X coordinate of the text area.

y
Single

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:

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
Single

X coordinate of the text area.

y
Single

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:

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
Single

X coordinate of the text area.

y
Single

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:

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
Single

X coordinate of the text area.

y
Single

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:

See Also

TextArea
ceTe.DynamicPDF.PageElements