PdfFontGetTextWidth Method
Get the width in points of the specified string when rendered in PDF using this font.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public float GetTextWidth(
string text
)
Public Function GetTextWidth (
text As String
) As Single
- text String
- The measured string.
SingleThe width of the string in points.