_Application.InchesToPoints Method
Converts a measurement from inches to points (1 inch = 72 points).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function InchesToPoints ( _
Inches As Single _
) As Single
'Usage
Dim instance As _Application
Dim Inches As Single
Dim returnValue As Single
returnValue = instance.InchesToPoints(Inches)
float InchesToPoints(
float Inches
)
Parameters
- Inches
Type: System.Single
Required Single. The inch value to be converted to points.
Return Value
Type: System.Single
Remarks
Returns the converted measurement as a Single.