VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / indexOf Property
Синтаксис Exceptions Совместимость с браузерами Смотрите также
В этом разделе
    indexOf Метод
    В этом разделе
    Gets the index of the specified WebImageJS object.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: number
    
    // Parameters
    var image; // Type: WebImageJS
    
    value = instance.indexOf(image);
    
    
    function indexOf(
    image
    The WebImageJS object to search for.
    : WebImageJS
    ) : number;

    Parameters

    image
    The WebImageJS object to search for.

    Return Value

    The zero-based index of the collection, or -1 if the WebImageJS object is not found in the collection.
    Исключения
    ИсключениеОписание
    Thrown if argument has wrong type.
    Смотрите также