|  | 
| PdfFontGetTextWidth Method  | 
 
            Get the width in points of the specified string.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic float GetTextWidth(
	string text
)
Public Function GetTextWidth ( 
	text As String
) As Single
Parameters
- text
- Type: SystemString
 The string to be measured.
Return Value
Type: 
SingleThe width of the string in points.
 See Also
See Also