ActiveReports 6 Online Help
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).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Page Class
Page Members
Overload List

Send Feedback