_Application.PicasToPoints Method
Converts a measurement from picas to points (1 pica = 12 points).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function PicasToPoints ( _
Picas As Single _
) As Single
'Usage
Dim instance As _Application
Dim Picas As Single
Dim returnValue As Single
returnValue = instance.PicasToPoints(Picas)
float PicasToPoints(
float Picas
)
Parameters
- Picas
Type: System.Single
Required Single. The pica value to be converted to points.
Return Value
Type: System.Single
Remarks
This property returns the converted measurement as a Single.