PdfFontGetTextSize Method
            Gets the size of the specified string in points.
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.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.