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