|
PdfFontGetTextWidth Method
|
Get the width in points of the specified string.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic float GetTextWidth(
string text
)
Public Function GetTextWidth (
text As String
) As Single
Parameters
- text String
- The string to be measured.
Return Value
SingleThe width of the string in points.
See Also