_Application.MillimetersToPoints Method

Converts a measurement from millimeters to points (1 mm = 2.85 points).

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

Syntax

'Declaration
Function MillimetersToPoints ( _
    Millimeters As Single _
) As Single
'Usage
Dim instance As _Application
Dim Millimeters As Single
Dim returnValue As Single

returnValue = instance.MillimetersToPoints(Millimeters)
float MillimetersToPoints(
    float Millimeters
)

Parameters

  • Millimeters
    Type: System.Single
    Required Single. The millimeter value to be converted to points.

Return Value

Type: System.Single

Remarks

This property returns the converted measurement as a Single.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Word Namespace