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

var value; // Type: any

// Parameters
var image; // Type: WebImageJS

value = instance.remove(image);

Parameters

image
WebImageJS to remove.
Исключения
ИсключениеОписание
Thrown if argument has wrong type.
Thrown if collection does not contain specified image.
Смотрите также