VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebImagingEnviromentJS type / get_ScrollSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ScrollSize Method
    In This Topic
    Returns the scroll size for the specified DOM element.
    Syntax
    var instance = new Vintasoft.Shared.WebImagingEnviromentJS();
    
    var value; // Type: number
    
    // Parameters
    var element; // Type: object
    
    value = instance.get_ScrollSize(element);
    
    
    function get_ScrollSize(
    element
    DOM element.
    : object
    ) : number;

    Parameters

    element
    DOM element.

    Return Value

    The scroll size.
    Browser Compatibility
    9
    5
    11
    5
    See Also