VintaSoft Imaging .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);

Parameters

element
DOM element.

Return Value

The scroll size.
Browser Compatibility
56+
45+
11
See Also