EVO HTML to PDF Converter

PdfFontGetTextSize Method

EVO HTML to PDF Converter for .NET Documentation
Gets the size of the specified string in points.

Namespace:  EvoPdf
Assembly:  evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.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

Reference