|
PdfFontGetTextWidth Method |
Get the width in points of the specified string.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public 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