|  | 
| PdfFontGetTextSize Method  | 
 
            Gets the size of the specified string in points.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic SizeF GetTextSize(
	string text
)
Public Function GetTextSize ( 
	text As String
) As SizeF
Parameters
- text
- Type: SystemString
 The string to be measured.
Return Value
Type: 
SizeFThe size of the string in points.
 See Also
See Also