[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.Page.MeasureParagraphHeight

MeasureParagraphHeight Method

MeasureParagraphHeight(string, float)

Measures the height of the specified text if rendered using the current page settings with the specified width.

Declaration
public SizeF MeasureParagraphHeight(string strText, float width)
Parameters
Type Name Description
string strText
float width
Returns
Type Description
SizeF

MeasureParagraphHeight(string, float, Font)

Measures the height of the specified text if rendered using the current page settings with the specified width.

Declaration
public SizeF MeasureParagraphHeight(string strText, float width, Font textFont)
Parameters
Type Name Description
string strText
float width
Font textFont
Returns
Type Description
SizeF