VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / getScrollPosition Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getScrollPosition Method
    In This Topic
    Returns the scroll position in the image viewer.
    Syntax
    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.
    Browser Compatibility
    56+
    45+
    11
    See Also