PdfFontGetTextSize Method

Gets the size of the specified string in points.

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public SizeF GetTextSize(
	string text
)

Parameters

text  String
The measured string.

Return Value

SizeF
The size of the string in points.

See Also