Click or drag to resize

PdfFontGetTextSize Method

Gets the size of the specified string in points.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public SizeF GetTextSize(
	string text
)

Parameters

text
Type: SystemString
The measured string.

Return Value

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