Winnovative PDF Creator Library for .NET
GetTextSize Method (text)
NamespacesWinnovative.PdfCreatorPdfFontGetTextSize(String)
Winnovative PDF Creator Library for .NET
Gets the size of the specified string in points.
Declaration Syntax
C#Visual BasicVisual C++
public SizeF GetTextSize(
	string text
)
Public Function GetTextSize ( _
	text As String _
) As SizeF
public:
SizeF GetTextSize(
	String^ text
)
Parameters
text (String)
The measured string.
Return Value
The size of the string in points.

Assembly: Winnovative.PdfCreator (Module: Winnovative.PdfCreator) Version: 6.0.0.0 (6.0.0.0)