Determines whether a given text will "overflow", i.e. whether scrolling is needed
to display the entire text.
Namespace: TallComponents.PDF.Annotations.WidgetsAssembly: 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.