[]
        
(Showing Draft Content)

C1.C1Word.C1WordDocument.MeasureExpand

MeasureExpand Method

MeasureExpand(string, Font, double)

Measure expand value (spacing between characters) for the text of this document.

Declaration
public static float MeasureExpand(string text, Font font, double width)
Public Shared Function MeasureExpand(text As String, font As Font, width As Double) As Single
Parameters
Type Name Description
string text

The drawing string.

Font font

The drawing font.

double width

The current size in points for fit the drawing string.

Returns
Type Description
float

The calculated expand value (spacing between characters).