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