'Declaration Public Overloads Function ToRU( _ ByVal value As Double, _ ByVal srcType As UnitTypeEnum _ ) As Double
public double ToRU( double value, UnitTypeEnum srcType )
Parameters
- value
- The source value to convert.
- srcType
- The unit of measurement used to express the source value. If equal to C1.C1Preview.UnitTypeEnum.Pixel, the current document's C1.C1Preview.C1PrintDocument.CreationDpi is used as the source resolution (DPI).
Return Value
The double value expressed in C1.C1Preview.C1PrintDocument.ResolvedUnit units.