Control Reference > VSPrinter Control > VSPrinter Properties > ZoomStep Property |
Returns or sets the step for zooming with the mouse.
[form!]VSPrinter.ZoomStep[ = value As Integer ]
The ZoomMin, ZoomMax, and ZoomStep properties determine the valid range and step for zooming with the mouse. You can override these values by trapping the BeforeUserZoom event.
These limits are not enforced for values assigned directly in code to the Zoom property.
Integer
25