C1.WPF.PrintDocument.4.6.2 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 Integer _
) As Double
 

Parameters

sliderValue
The slider value to convert.

Return Value

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