ExpertPdf Html to Pdf Converter Library
GetTextWidth Method (text)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPdfFontGetTextWidth(String)
ExpertPdf Html to Pdf Converter 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
Single
The width of the string in points.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)