Method: setStates(string states)
E.g. ViewONE.setStates(states);
Sets the zoom, scroll and other states to the values specified by the coded string. This method should be called before opening a document.
The getStates() and setStates() methods together permit the viewing states to be restored when a document is closed and
Method: zoomIn()
E.g. ViewONE.zoomIn();
Applies a 25% increase in zoom. Note, at first ViewONE will attempt to use the scale modes
Method: zoomOut()
E.g. ViewONE.zoomOut();
Reverses the effect of zoomIn().
Method: zoom100()
E.g. ViewONE.zoom100();
Zooms image to 100% (full resolution).
42