FromRU(Double,Single,Boolean) Method
In This Topic
Converts a
double value expressed in the current document's
C1.C1Preview.C1PrintDocument.ResolvedUnit units to
C1.C1Preview.UnitTypeEnum.Pixel units with resolution specified by .
Depending on the parameter, the converted value is either simply truncated, or rounded (slower but more precise).
Syntax
Parameters
- value
- The value to convert, expressed in C1.C1Preview.C1PrintDocument.ResolvedUnit units.
- destDpi
- The destination resolution (DPI).
- truncate
- true to truncate the converted value, false to round it (slower but more precise).
Return Value
The converted value.
See Also