[]
        
(Showing Draft Content)

C1.Util.IFlowDocument.MeasureString

MeasureString Method

MeasureString(string, Font)

Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.

Declaration
SizeF MeasureString(string text, Font font)
Parameters
Type Name Description
string text

String to measure.

Font font

Font object that defines the appearance and size of the text.

Returns
Type Description
SizeF

The size of the string expressed in points.

MeasureString(string, Font, float)

Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.

Declaration
SizeF MeasureString(string text, Font font, float width)
Parameters
Type Name Description
string text

String to measure.

Font font

Font object that defines the appearance and size of the text.

float width

Maximum width of the string.

Returns
Type Description
SizeF

The size of the string expressed in points.

MeasureString(string, Font, float, StringFormat)

Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object.

Declaration
SizeF MeasureString(string text, Font font, float width, StringFormat sf)
Parameters
Type Name Description
string text

String to measure.

Font font

Font object that defines the appearance and size of the text.

float width

Maximum width of the string.

StringFormat sf

A StringFormat object that determines whether word wrapping is allowed.

Returns
Type Description
SizeF

The size of the string expressed in points.