ApplicationClass.PixelsToPoints Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function PixelsToPoints ( _
Pixels As Single, _
ByRef fVertical As Object _
) As Single
'Usage
Dim instance As ApplicationClass
Dim Pixels As Single
Dim fVertical As Object
Dim returnValue As Single
returnValue = instance.PixelsToPoints(Pixels, _
fVertical)
public virtual float PixelsToPoints(
float Pixels,
ref Object fVertical
)
Parameters
- Pixels
Type: System.Single
- fVertical
Type: System.Object%
Return Value
Type: System.Single
Implements
_Application.PixelsToPoints(Single, Object%)