VintaSoft Twain .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / removeRange Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
    removeRange Метод
    Removes the specified images from the collection.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var imageIndices; // Type: number[]
    
    value = instance.removeRange(imageIndices);
    
    

    Parameters

    imageIndices
    imageIndices Zero-based indices of images, which must be removed.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Thrown if index is less than zero or index is equal to or greater than collection length.
    Смотрите также