PdfFontGetTextSize Method
Gets the size of the specified string in points.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public SizeF GetTextSize(
string text
)
Public Function GetTextSize (
text As String
) As SizeF
public:
SizeF GetTextSize(
String^ text
)
member GetTextSize :
text : string -> SizeF
- text String
- The measured string.
SizeFThe size of the string in points.