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
Returns
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
Returns