Gets the size of the specified string in points.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public SizeF GetTextSize( string text ) |
| Visual Basic |
|---|
Public Function GetTextSize ( text As String ) As SizeF |
| Visual C++ |
|---|
public: SizeF GetTextSize( String^ text ) |
Parameters
- text
- Type: System..::..String
The measured string.
Return Value
Type: SizeFThe size of the string in points.