ComponentOne Word for UWP
MeasureExpand Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : MeasureExpand Method
The drawing string.
The drawing font.
The current size in points for fit the drawing string.
Measure expand value (spacing between characters) for the text of this document.
Syntax
'Declaration
 
Public Function MeasureExpand( _
   ByVal text As System.String, _
   ByVal font As Font, _
   ByVal width As System.Double _
) As System.Single
public System.float MeasureExpand( 
   System.string text,
   Font font,
   System.double width
)

Parameters

text
The drawing string.
font
The drawing font.
width
The current size in points for fit the drawing string.

Return Value

The calculated expand value (spacing between characters).
See Also

Reference

C1WordDocument Class
C1WordDocument Members