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

strText
The text string to measure.
font
The font of the text.

Glossary Item Box

Measures the text string.

Syntax

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

Parameters

strText
The text string to measure.
font
The font of the text.

See Also