ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ZoomSliderScale Class / ZoomFactor Method
The slider value to convert.

In This Topic
    ZoomFactor Method
    In This Topic
    Converts a slider value to the corresponding zoom factor.
    Syntax
    'Declaration
     
    Public Function ZoomFactor( _
       ByVal sliderValue As System.Integer _
    ) As System.Double
    public System.double ZoomFactor( 
       System.int sliderValue
    )

    Parameters

    sliderValue
    The slider value to convert.

    Return Value

    The zoom factor (1 means no zoom).
    See Also