_Global.PointsToMillimeters Method

Converts a measurement from points to millimeters (1 millimeter = 2.835 points).

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Function PointsToMillimeters ( _
    Points As Single _
) As Single
'Usage
Dim instance As _Global
Dim Points As Single
Dim returnValue As Single

returnValue = instance.PointsToMillimeters(Points)
float PointsToMillimeters(
    float Points
)

Parameters

  • Points
    Type: System.Single
    Required Single. The measurement, in points.

Return Value

Type: System.Single

Remarks

This property returns the converted measurement as a Single.

See Also

Reference

_Global Interface

_Global Members

Microsoft.Office.Interop.Word Namespace