Overload | Description |
---|---|
ToRU(Double,UnitTypeEnum,Single) | Converts a double value expressed in specified UnitTypeEnum units to a double value expressed in the current document's C1PrintDocument.ResolvedUnit units. |
ToRU(RectangleD,UnitTypeEnum,Single,Single) | Converts a RectangleD structure expressed in specified UnitTypeEnum units to a RectangleD expressed in the current document's C1PrintDocument.ResolvedUnit units. |
ToRU(Double,UnitTypeEnum) | Converts a double value expressed in specified UnitTypeEnum units to a double value expressed in the current document's C1PrintDocument.ResolvedUnit units, using C1PrintDocument.CreationDpi as the source resolution if srcType is UnitTypeEnum.Pixel. |
ToRU(RectangleD,UnitTypeEnum) | Converts a RectangleD structure expressed in specified UnitTypeEnum units to a RectangleD expressed in the current document's C1PrintDocument.ResolvedUnit units, using C1PrintDocument.CreationDpi as the source resolution if srcType is UnitTypeEnum.Pixel. |