Table2 Constructors

Overloads

Table2(Single, Single, Single, Single)Initializes a new instance of the Table2 class.
Table2(Single, Single, Single, Single, Font, Single?)Initializes a new instance of the Table2 class.
Table2(Single, Single, Single, Single, Font, Single?, Color, Color)Initializes a new instance of the Table2 class.

Table2(Single, Single, Single, Single)

Initializes a new instance of the Table2 class.

public Table2(float x, float y, float width, float height)
Public Sub New (x As Single, y As Single, width As Single, height As Single)

Parameters

x
Single

X coordinate of the table.

y
Single

Y coordinate of the table.

width
Single

Width of the table.

height
Single

Height of the table.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Table2(Single, Single, Single, Single, Font, Single?)

Initializes a new instance of the Table2 class.

public Table2(float x, float y, float width, float height, Font font, float? fontSize)
Public Sub New (x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single?)

Parameters

x
Single

X coordinate of the table.

y
Single

Y coordinate of the table.

width
Single

Width of the table.

height
Single

Height of the table.

font
Font

Font for the text in the table.

fontSize
Single?

Font size for the text in the table.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Table2(Single, Single, Single, Single, Font, Single?, Color, Color)

Initializes a new instance of the Table2 class.

public Table2(float x, float y, float width, float height, Font font, float? fontSize, Color textColor, Color backColor)
Public Sub New (x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single?, textColor As Color, backColor As Color)

Parameters

x
Single

X coordinate of the table.

y
Single

Y coordinate of the table.

width
Single

Width of the table.

height
Single

Height of the table.

font
Font

Font for the text in the table.

fontSize
Single?

Font size for the text in the table.

textColor
Color

Color of the text in the table.

backColor
Color

Background color of the table.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

Table2
ceTe.DynamicPDF.PageElements

In this topic