PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / FromRU Method

In This Topic
    FromRU Method (SampleC1PrintDocument)
    In This Topic
    Converts a double value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units.
    Overload List
    OverloadDescription
    Converts a double value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units. (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a C1.C1Preview.RectangleD value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units. (Inherited from C1.C1Preview.C1PrintDocument)
    Transforms (scales) a System.Drawing.Region object expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units so that it uses other C1.C1Preview.UnitTypeEnum units. (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a C1.C1Preview.OffsetsD value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units. (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a double value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units, using C1.C1Preview.C1PrintDocument.CreationDpi resolution if destType is C1.C1Preview.UnitTypeEnum.Pixel. (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a C1.C1Preview.RectangleD value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units, using C1.C1Preview.C1PrintDocument.CreationDpi resolution if destType is C1.C1Preview.UnitTypeEnum.Pixel. (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a C1.C1Preview.OffsetsD value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units, using C1.C1Preview.C1PrintDocument.CreationDpi resolution if destType is C1.C1Preview.UnitTypeEnum.Pixel. (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a C1.C1Preview.PointD value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to other C1.C1Preview.UnitTypeEnum units. (Inherited from C1.C1Preview.C1PrintDocument)
    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 destDpi.

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

    (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a C1.C1Preview.RectangleD value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to a System.Drawing.Rectangle structure expressed in C1.C1Preview.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).

    (Inherited from C1.C1Preview.C1PrintDocument)
    Converts a C1.C1Preview.OffsetsD value expressed in the current document's C1.C1Preview.C1PrintDocument.ResolvedUnit units to a System.Drawing.Rectangle structure expressed in C1.C1Preview.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).

    (Inherited from C1.C1Preview.C1PrintDocument)
    See Also