ExpertPdf Html to Pdf Converter Library
GetTextSize Method (text)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentPdfFontGetTextSize(String)
ExpertPdf Html to Pdf Converter Library
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
SizeF
The size of the string in points.

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