Determines whether a given text will "overflow", i.e. whether scrolling is needed to display the entire text.

Namespace: TallComponents.PDF.Annotations.Widgets
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool TestOverflow(
	string text
)
Visual Basic
Public Function TestOverflow ( _
	text As String _
) As Boolean

Parameters

text
Type: System..::..String
The text that is to be fitted.

Return Value

True if the text will cause an overflow. False if it can be displayed without scrolling.

See Also