Click or drag to resize

PdfFontGetTextSize Method

Gets the size of the specified string in points.

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public SizeF GetTextSize(
	string text
)

Parameters

text  String
The measured string.

Return Value

SizeF
The size of the string in points.
See Also