[]
        
(Showing Draft Content)

C1.WPF.Word.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)
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).