Converts a slider value to the corresponding zoom factor.
            
        
    Namespace: 
   C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
| C# | 
|---|
public double ZoomFactor( int sliderValue )  | 
| Visual Basic | 
|---|
Public Function ZoomFactor ( _ sliderValue As Integer _ ) As Double  | 
Parameters
- sliderValue
 - Type: System..::..Int32
The slider value to convert.