VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / set Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    set Метод
    В этом разделе
    Sets information about the specified image.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var index; // Type: number
    var image; // Type: WebImageJS
    
    value = instance.set(index, image);
    
    
    function set(
    index
    The zero-based index of image, which should be changed.
    : number,
    image
    New WebImageJS at the specified index.
    : WebImageJS
    ) : any;

    Parameters

    index
    The zero-based index of image, which should be changed.
    image
    New WebImageJS at the specified index.
    Исключения
    ИсключениеОписание
    Thrown if arguments have wrong types.
    Thrown if index is less than zero or index is equal to or greater than collection length.
    Thrown if image already exists in collection.
    Смотрите также