TextLineList.GetOverflow

Returns an overflow TextLineList .

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

Parameters

width
Single

Width of the overflow text line list.

height
Single

Height of the overflow text line list.

Returns

TextLineList

A TextLineList containing the overflowed 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
ceTe.DynamicPDF.Text

In this topic