Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / FromRU Method

In This Topic
    FromRU Method
    In This Topic
    Converts a double value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.
    Overload List
    OverloadDescription
    Converts a double value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.  
    Converts a RectangleD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.  
    Transforms (scales) a System.Drawing.Region object expressed in the current document's ResolvedUnit units so that it uses other UnitTypeEnum units.  
    Converts a OffsetsD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.  
    Converts a double value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units, using CreationDpi resolution if destType is UnitTypeEnum.Pixel.  
    Converts a RectangleD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units, using CreationDpi resolution if destType is UnitTypeEnum.Pixel.  
    Converts a OffsetsD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units, using CreationDpi resolution if destType is UnitTypeEnum.Pixel.  
    Converts a PointD value expressed in the current document's ResolvedUnit units to other UnitTypeEnum units.  
    Converts a double value expressed in the current document's ResolvedUnit units to UnitTypeEnum.Pixel units with resolution specified by destDpi.

    Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise).

     
    Converts a RectangleD value expressed in the current document's ResolvedUnit units to a System.Drawing.Rectangle structure expressed in UnitTypeEnum.Pixel units, using the specified resolution.

    Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise).

     
    Converts a OffsetsD value expressed in the current document's ResolvedUnit units to a System.Drawing.Rectangle structure expressed in UnitTypeEnum.Pixel units, using the specified resolution.

    Depending on the truncate parameter, the converted value is either simply truncated, or rounded (slower but more precise).

     
    See Also