PdfFontGetTextSize Method
Gets the size of the specified string in points.
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public SizeF GetTextSize(
string text
)
Public Function GetTextSize (
text As String
) As SizeF
- text String
- The measured string.
SizeFThe size of the string in points.