MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document.Section Namespace / Page Class / MeasureParagraphHeight Method / MeasureParagraphHeight(String,Single) Method

In This Topic
MeasureParagraphHeight(String,Single) Method
In This Topic
Measures the height of the specified text if rendered using the current page settings with the specified width.
Syntax
'Declaration
 
Public Overloads Function MeasureParagraphHeight( _
   ByVal strText As String, _
   ByVal width As Single _
) As SizeF
 

Parameters

strText
width
See Also