Click or drag to resize
Pdf Library for .NET

PdfFontGetTextSize Method

Gets the size of the specified string in points.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public SizeF GetTextSize(
	string text
)

Parameters

text  String
The string to be measured.

Return Value

SizeF
The size of the string in points.
See Also