PdfFontGetTextSize Method

Gets the size of the specified string in points.

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_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