VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_HScroll Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_HScroll Method
    In This Topic
    Sets a value indicating whether the horizontal scroll bar is visible.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_HScroll(value);
    
    
    function set_HScroll(
    value
    Value indicating whether the horizontal scroll bar is visible. Default value is True.
    : boolean
    ) : any;

    Parameters

    value
    Value indicating whether the horizontal scroll bar is visible. Default value is True.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also