VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / getAllAvailableNames Property
Синтаксис Совместимость с браузерами Смотрите также
    getAllAvailableNames Метод
    Returns names of all enumeration elements.
    Синтаксис
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: string[]
    value = instance.getAllAvailableNames();
    
    

    Return Value

    Names of all enumeration elements.
    Смотрите также