VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebFlagsEnumItemBaseJS type / toArray Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    toArray Метод
    В этом разделе
    Returns this enumeration element (bit field) as an array of sub elements (bit fields). This method has effect only for enumerations that defines bit flags.
    Синтаксис
    var instance = new Vintasoft.Shared.WebFlagsEnumItemBaseJS();
    
    var value; // Type: Vintasoft.Shared.WebFlagsEnumItemBaseJS[]
    value = instance.toArray();
    
    
    function toArray() : WebFlagsEnumItemBaseJS[];
    

    Return Value

    An array of enumeration elements.
    Смотрите также