VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_VScroll Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_VScroll Method
    In This Topic
    Gets a value indicating whether the vertical scroll bar is visible.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: boolean
    value = instance.get_VScroll();
    
    
    function get_VScroll() : boolean;
    

    Return Value

    Value indicating whether the vertical scroll bar is visible. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also