UniversalTextLineList Constructor

Initializes a new instance of the UniversalTextLineList class.

public UniversalTextLineList(Char[] text, int start, int length, float width, float height, Font font, float fontSize)
Public Sub New (text As Char[], start As Integer, length As Integer, width As Single, height As Single, font As Font, fontSize As Single)

Parameters

text
Char[]

Text for the text line list.

start
Int32

Start index for the text of the text line list.

length
Int32

Length of the text of the text line list.

width
Single

Width of the text line list.

height
Single

Height of the text line list.

font
Font

Font to use for the text of the text line list.

fontSize
Single

Font size to use for the text of the text line list.

Licensing Info

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

See Also

UniversalTextLineList
ceTe.DynamicPDF.Text

In this topic