Converts a measurement from pixels to EMUs (English Metric Unit).
'Declaration
Public Function PixelsToEmus( _
ByVal As Double _
) As Long
'Usage
Dim instance As UnitConverter
Dim pixels As Double
Dim value As Long
value = instance.PixelsToEmus(pixels)
Parameters
- pixels
- The pixel value to be converted to character widths.
Return Value
A long value represents the corresponding number of EMUs.