LatinTextLineList.GetOverflow

Returns the overflow lines for the text line list.

public TextLineList GetOverflow(float width, float height)
Function GetOverflow(width As Single, height As Single) As TextLineList

Parameters

width
Single

Width of the returned text line list.

height
Single

Height of the returned text line list.

Returns

TextLineList

A TextLineList containing the overflow lines.

Licensing Info

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

See Also

TextLineList
LatinTextLineList
ceTe.DynamicPDF.Text

In this topic