ActiveReports 12
MeasureParagraphHeight(String,Single) Method

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class > MeasureParagraphHeight Method : MeasureParagraphHeight(String,Single) Method

Text string to be measured.

Width of the text (in inches).
Measures the height of the specified text in a specified width at run time.
Syntax
'Declaration
 
Public Overloads Function MeasureParagraphHeight( _
   ByVal strText As String, _
   ByVal width As Single _
) As SizeF
public SizeF MeasureParagraphHeight( 
   string strText,
   float width
)

Parameters

strText

Text string to be measured.

width
Width of the text (in inches).
See Also

Reference

Page Class
Page Members
Overload List