C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ZoomSliderScale Class / ZoomSliderScale Constructor
Minimum allowed zoom factor (must be less than 1; 1 means no zoom).
Maximum allowed zoom factor (must be greater than 1; 1 means no zoom).
Minimum possible slider value.
Maximum possible slider value.

In This Topic
ZoomSliderScale Constructor
In This Topic
Initializes a new instance of the ZoomSliderScale class.
Syntax
'Declaration
 
Public Function New( _
   ByVal minZoom As Double, _
   ByVal maxZoom As Double, _
   ByVal minSlider As Integer, _
   ByVal maxSlider As Integer _
)
 

Parameters

minZoom
Minimum allowed zoom factor (must be less than 1; 1 means no zoom).
maxZoom
Maximum allowed zoom factor (must be greater than 1; 1 means no zoom).
minSlider
Minimum possible slider value.
maxSlider
Maximum possible slider value.
See Also