Converts a
double value expressed in the current document's
ResolvedUnit units to other
UnitTypeEnum units, using
CreationDpi resolution if is
UnitTypeEnum.Pixel.
'Declaration
Public Overloads Function FromRU( _
ByVal As System.Double, _
ByVal As UnitTypeEnum _
) As System.Double
public System.double FromRU(
System.double ,
UnitTypeEnum
)
Parameters
- value
- The value to convert, expressed in ResolvedUnit units.
- destType
- The destination UnitTypeEnum units to convert to.
Return Value
The value converted to units.