TextLineList.GetTextHeight

Overloads

GetTextHeight()Returns the height of the visible text.
GetTextHeight(Int32)Returns the height of the visible text.

GetTextHeight()

Returns the height of the visible text.

public float GetTextHeight()
Function GetTextHeight() As Single

Returns

Single

The height of the text.

Licensing Info

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

GetTextHeight(Int32)

Returns the height of the visible text.

public float GetTextHeight(int lineCount)
Function GetTextHeight(lineCount As Integer) As Single

Parameters

lineCount
Int32

Number of lines to use for the calculation.

Returns

Single

The height of the text.

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