Gets the size of the specified string in points.

C# | Visual Basic | Visual C++ |
public SizeF GetTextSize( string text )
Public Function GetTextSize ( text As String ) As SizeF
public: SizeF GetTextSize( String^ text )

- text (String)
- The measured string.

SizeF
The size of the string in points.
The size of the string in points.
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)