VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / add Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
add Метод
В этом разделе
Adds an image to the end of the collection.
Синтаксис
var instance = new Vintasoft.Shared.WebImageCollectionJS();

var value; // Type: any

// Parameters
var image; // Type: WebImageJS

value = instance.add(image);

Parameters

image
WebImageJS to add.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Thrown if image already exists in collection.
Смотрите также