ActiveReports Developer 7
MeasureText(String) Method
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class > MeasureText Method : MeasureText(String) Method

strText
The text string to measure.

Glossary Item Box

Measures the text string with the currently selected font.

Syntax

Visual Basic (Declaration) 
Public Overloads Function MeasureText( _
   ByVal strText As System.String _
) As SizeF
C# 
public SizeF MeasureText( 
   System.string strText
)

Parameters

strText
The text string to measure.

See Also