PdfFontGetTextWidth Method
Get the width in points of the specified string when rendered in PDF using this font.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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.