Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / ReportSize Class / Convert Method / Convert(UnitTypeEnum) Method
The target units.

In This Topic
    Convert(UnitTypeEnum) Method
    In This Topic
    Converts the current size to specified units.
    Syntax
    'Declaration
     
    Public Overloads Function Convert( _
       ByVal toUnits As UnitTypeEnum _
    ) As Double
    public double Convert( 
       UnitTypeEnum toUnits
    )

    Parameters

    toUnits
    The target units.

    Return Value

    The converted value, in toUnits
    See Also