PdfFontGetTextSize Method

Gets the size of the specified string in points.

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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