ZoomifyViewer.setMinZoom(zoom)

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.setMinZoom(zoom);

Parameters

zoom - Minimum zoom of the image.

Returns

Nothing

Description

Sets the minimum allowable zoom. The zoom value is used to specify the magnification of the image where 100 means 100% magnification. Special case: setting zoom to -1 fits the image exactly within the display area.

Example


ZoomifyViewerInstance.setMinZoom(-1);

See also

ZoomifyViewer.setMaxZoom
ZoomifyViewer.updateView
ZoomifyViewer.getZoom
ZoomifyViewer.setZoom
ZoomifyViewer.setView
ZoomifyViewer.resetView
ZoomifyViewer.zoomIn
ZoomifyViewer.zoomOut
ZoomifyViewer.panLeft
ZoomifyViewer.panRight
ZoomifyViewer.panUp
ZoomifyViewer.panStop