PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / FromRU Method / FromRU(RectangleD,UnitTypeEnum) Method
The value to convert, expressed in C1.C1Preview.C1PrintDocument.ResolvedUnit units.
The destination C1.C1Preview.UnitTypeEnum units to convert to.

In This Topic
    FromRU(RectangleD,UnitTypeEnum) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FromRU( _
       ByVal value As RectangleD, _
       ByVal destType As UnitTypeEnum _
    ) As RectangleD
    public RectangleD FromRU( 
       RectangleD value,
       UnitTypeEnum destType
    )

    Parameters

    value
    The value to convert, expressed in C1.C1Preview.C1PrintDocument.ResolvedUnit units.
    destType
    The destination C1.C1Preview.UnitTypeEnum units to convert to.

    Return Value

    A C1.C1Preview.RectangleD structure converted to target units.
    See Also