OrderedList Constructors

Overloads

OrderedList(Single, Single, Single, Single)Creating new Instance of the OrderedList.
OrderedList(Single, Single, Single, Single, Font, Single)Creating new Instance of the OrderedList.
OrderedList(Single, Single, Single, Single, Font, Single, NumberingStyle)Creating new Instance of the OrderedList.

OrderedList(Single, Single, Single, Single)

Creating new Instance of the OrderedList.

public OrderedList(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 OrderedList.

y
Single

Y coordinate of the OrderedList.

width
Single

Width of the OrderedList.

height
Single

Height of the OrderedList.

Licensing Info

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

OrderedList(Single, Single, Single, Single, Font, Single)

Creating new Instance of the OrderedList.

public OrderedList(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 OrderedList.

y
Single

Y coordinate of the OrderedList.

width
Single

Width of the OrderedList.

height
Single

Height of the OrderedList.

font
Font

Font of the OrderedList.

fontSize
Single

FontSize of the OrderedList.

Licensing Info

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

OrderedList(Single, Single, Single, Single, Font, Single, NumberingStyle)

Creating new Instance of the OrderedList.

public OrderedList(float x, float y, float width, float height, Font font, float fontSize, NumberingStyle nStyle)
Public Sub New (x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single, nStyle As NumberingStyle)

Parameters

x
Single

X coordinate of the OrderedList.

y
Single

Y coordinate of the OrderedList.

width
Single

Width of the OrderedList.

height
Single

Height of the OrderedList.

font
Font

Font of the OrderedList.

fontSize
Single

FontSize of the OrderedList.

nStyle
NumberingStyle

NumberingStyle of the OrderedList.

Licensing Info

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

See Also

OrderedList
ceTe.DynamicPDF.PageElements

In this topic