ExpertPdf PDF Creator Library
GetTextWidth Method (text)
NamespacesExpertPdf.PdfCreatorPdfFontGetTextWidth(String)
ExpertPdf PDF Creator Library
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: ExpertPdf.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 5.2.0.0 (5.2.0.0)