VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebImageCollectionJS type / get_Count Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    get_Count Метод
    В этом разделе
    Gets the number of images contained in the collection.
    Синтаксис
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: number
    value = instance.get_Count();
    
    
    function get_Count() : number;
    

    Return Value

    Number of images contained in the collection.
    Смотрите также