ActiveReports 8
MeasureParagraphHeight(String,Single) Method
See Also 
GrapeCity.ActiveReports.Document.v8 Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class > MeasureParagraphHeight Method : MeasureParagraphHeight(String,Single) Method

strText

Text string to be measured.

width
Width of the text (in inches).

Glossary Item Box

Measures the height of the specified text in a specified width at run time.

Syntax

Visual Basic (Declaration) 
Public Overloads Function MeasureParagraphHeight( _
   ByVal strText As System.String, _
   ByVal width As System.Single _
) As SizeF
C# 
public SizeF MeasureParagraphHeight( 
   System.string strText,
   System.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