HiQPdf Documentation

PdfFontMeasureText Method

Quickly Create High Quality PDFs
Returns the size in points of the given text when using this font to display the text

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public SizeF MeasureText(
	string text
)

Parameters

text
Type: SystemString
The text to measure

Return Value

Type: SizeF
The text size in points
See Also

Reference