ZoomifyViewer.setMaxZoom(zoom)

Availability

Flash Player 6.

Usage

ZoomifyViewerInstance.setMaxZoom(zoom);

Parameters

zoom - maximum zoom of the image.

Returns

Nothing

Description

Sets the maximum 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.setMaxZoom(100);


See also

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