ZoomifyViewer.getMinZoom()

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.getMinZoom();

Parameters

None

Returns

The minimum zoom permitted for the ZoomifyViewer instance.

Description

Returns the minimum zoom permitted. The zoom value is used to specify the magnification of the image where 100 means 100% magnification. Special case: a minimum zoom setting of -1 limits zoom-out to a level such that the image fits exactly within the display area.

Example


var minZoomValue = ZoomifyViewerInstance.getMinZoom();

See also

ZoomifyViewer.getMaxZoom
ZoomifyViewer.setMinZoom
ZoomifyViewer.setMaxZoom
ZoomifyViewer.setZoom
ZoomifyViewer.setView
ZoomifyViewer.resetView
ZoomifyViewer.zoomIn
ZoomifyViewer.zoomOut
ZoomifyViewer.updateView