Method TestOverflow

Namespace TallComponents.PDF.Annotations.Widgets
Class Widget

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

Syntax

public  Boolean  TestOverflow( String  text )

Returns

Boolean

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

Parameters


String text
The text that is to be fitted.