UnorderedList Constructors

Overloads

UnorderedList(Single, Single, Single, Single)Creating new Instance of the UnorderedList.
UnorderedList(Single, Single, Single, Single, Font, Single)Creating new Instance of the UnorderedList.
UnorderedList(Single, Single, Single, Single, Font, Single, UnorderedListStyle)Creating new Instance of the UnorderedList.

UnorderedList(Single, Single, Single, Single)

Creating new Instance of the UnorderedList.

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

y
Single

Y coordinate of the UnorderedList.

width
Single

Width of the UnorderedList.

height
Single

Height of the UnorderedList.

Licensing Info

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

UnorderedList(Single, Single, Single, Single, Font, Single)

Creating new Instance of the UnorderedList.

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

y
Single

Y coordinate of the UnorderedList.

width
Single

Width of the UnorderedList.

height
Single

Height of the UnorderedList.

font
Font

Font of the UnorderedList.

fontSize
Single

FontSize of the UnorderedList.

Licensing Info

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

UnorderedList(Single, Single, Single, Single, Font, Single, UnorderedListStyle)

Creating new Instance of the UnorderedList.

public UnorderedList(float x, float y, float width, float height, Font font, float fontSize, UnorderedListStyle bullet)
Public Sub New (x As Single, y As Single, width As Single, height As Single, font As Font, fontSize As Single, bullet As UnorderedListStyle)

Parameters

x
Single

X coordinate of the UnorderedList.

y
Single

Y coordinate of the UnorderedList.

width
Single

Width of the UnorderedList.

height
Single

Height of the UnorderedList.

font
Font

Font of the UnorderedList.

fontSize
Single

FontSize of the UnorderedList.

bullet
UnorderedListStyle

UnorderedListStyle of the UnorderedList.

Licensing Info

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

See Also

UnorderedList
ceTe.DynamicPDF.PageElements

In this topic