PdfFontGetTextSize Method  | 
 
            Gets the size of the specified string in points.
            
 
    Namespace: 
   ExpertPdf.PdfCreator
    Assembly:
   epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntaxpublic SizeF GetTextSize(
	string text
)
Public Function GetTextSize ( 
	text As String
) As SizeF
Parameters
- text
 - Type: SystemString
The measured string. 
Return Value
Type: 
SizeFThe size of the string in points.
See Also