var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId); var value; // Type: object value = instance.getScrollPosition();
function getScrollPosition() : object;
Return Value
An object ({ x: 0, y: 0 }) with information about scroll position in the image viewer.