ApplicationClass.MillimetersToPoints Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function MillimetersToPoints ( _
Millimeters As Single _
) As Single
'Usage
Dim instance As ApplicationClass
Dim Millimeters As Single
Dim returnValue As Single
returnValue = instance.MillimetersToPoints(Millimeters)
public virtual float MillimetersToPoints(
float Millimeters
)
Parameters
- Millimeters
Type: System.Single
Return Value
Type: System.Single
Implements
_Application.MillimetersToPoints(Single)