Click or drag to resize
Pdf Library for .NET

PdfFontGetTextSize Method

Gets the size of the specified string in points.

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

Parameters

text
Type: SystemString
The string to be measured.

Return Value

Type: SizeF
The size of the string in points.
See Also