Gets the size of the specified string in points.

Namespace: EvoPdf
Assembly: 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: SizeF
The size of the string in points.

See Also