VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / removeImages Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    removeImages Метод
    В этом разделе
    Removes the specified images from the collection.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var images; // Type: WebImageJS[]
    
    value = instance.removeImages(images);
    
    
    function removeImages(
    images
    An array of WebImageJS objects, which must be removed.
    : WebImageJS[]
    ) : any;

    Parameters

    images
    An array of WebImageJS objects, which must be removed.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Thrown if collection does not contain specified image.
    Смотрите также