PdfFontGetTextWidth Method |
Get the width in points of the specified string.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public float GetTextWidth(
string text
)
Public Function GetTextWidth (
text As String
) As Single
Parameters
- text
- Type: SystemString
The measured string.
Return Value
Type:
SingleThe width of the string in points.
See Also