Winnovative PDF Creator Library for .NET
GetTextWidth Method (text)
NamespacesWinnovative.PdfCreatorPdfFontGetTextWidth(String)
Winnovative PDF Creator Library for .NET
Get the width in points of the specified string.
Declaration Syntax
C#Visual BasicVisual C++
public float GetTextWidth(
	string text
)
Public Function GetTextWidth ( _
	text As String _
) As Single
public:
float GetTextWidth(
	String^ text
)
Parameters
text (String)
The measured string.
Return Value
The width of the string in points.

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