TextLine Constructor

Initializes a new instance of the TextLine class.

public TextLine(int start, int length, int mWidth, float yOffset, int spaceCount, bool newParagraph, bool hardReturn, bool hyphenate)
Public Sub New (start As Integer, length As Integer, mWidth As Integer, yOffset As Single, spaceCount As Integer, newParagraph As Boolean, hardReturn As Boolean, hyphenate As Boolean)

Parameters

start
Int32

Start index for the text.

length
Int32

Length of the text.

mWidth
Int32

MWidth of the text.

yOffset
Single

Y offset for the line.

spaceCount
Int32

Number of spaces in the line.

newParagraph
Boolean

Specifies if the line begins a paragraph.

hardReturn
Boolean

Specifies if the line ends with a hard return.

hyphenate
Boolean

Specifies if the line ends with a hyphenation.

Licensing Info

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

See Also

TextLine
ceTe.DynamicPDF.Text

In this topic