[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.BarCodes.Drawing.PageDrawingDevice.MeasureString

MeasureString Method

MeasureString(string)

Measures the size of the specified text string.

Declaration
public SizeF MeasureString(string text)
Parameters
Type Name Description
string text

The text to measure.

Returns
Type Description
SizeF

The size of the text in twips.

Implements