PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ToRU Method

In This Topic
    ToRU Method (C1PrintDocument)
    In This Topic
    Converts a double value expressed in specified UnitTypeEnum units to a double value expressed in the current document's C1PrintDocument.ResolvedUnit units.
    Overload List
    OverloadDescription
    Converts a double value expressed in specified UnitTypeEnum units to a double value expressed in the current document's C1PrintDocument.ResolvedUnit units.  
    Converts a RectangleD structure expressed in specified UnitTypeEnum units to a RectangleD expressed in the current document's C1PrintDocument.ResolvedUnit units.  
    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.  
    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.  
    See Also