VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImagingEnviromentJS type / get_ScrollSize Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
get_ScrollSize Метод
В этом разделе
Returns the scroll size for the specified DOM element.
Синтаксис
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.
Смотрите также