VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / getImage Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    getImage Метод
    В этом разделе
    Returns an image.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: Vintasoft.Shared.WebImageJS
    
    // Parameters
    var index; // Type: number
    
    value = instance.getImage(index);
    
    
    function getImage(
    index
    Zero-based index of image in image collection.
    : number
    ) : WebImageJS;

    Parameters

    index
    Zero-based index of image in image collection.

    Return Value

    WebImageJS object.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Thrown if index is less than zero or index is equal to or greater than collection length.
    Смотрите также