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

In This Topic
    MeasureParagraphHeight(String,Single,Font) Method
    In This Topic
    Measures the height of the specified text if rendered using the current page settings with the specified width.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, _
       ByVal textFont As Font _
    ) As SizeF
    public SizeF MeasureParagraphHeight( 
       string strText,
       float width,
       Font textFont
    )

    Parameters

    strText
    width
    textFont
    See Also