TextLineList.GetLineCount

Returns the number of lines that will draw for the given height.

public int GetLineCount(int startLine, float height)
Function GetLineCount(startLine As Integer, height As Single) As Integer

Parameters

startLine
Int32

Start text line index.

height
Single

Height used for the calculation.

Returns

Int32

the number of lines that will be drawn.

Licensing Info

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

See Also

TextLineList
ceTe.DynamicPDF.Text

In this topic