[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.MeasureText

MeasureText Method

MeasureText(string)

Measures the text string with the currently selected font.

Declaration
public SizeF MeasureText(string strText)
Parameters
Type Name Description
string strText

The text string to measure.

Returns
Type Description
SizeF

MeasureText(string, Font)

Measures the text string.

Declaration
public SizeF MeasureText(string strText, Font font)
Parameters
Type Name Description
string strText

The text to measure.

Font font
Returns
Type Description
SizeF