PdfFontGetTextSize Method

Gets the size of the specified string in points.

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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