Click or drag to resize
PdfFontGetTextSize Method
Gets the size of the specified string in points.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.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