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();
    
    

    Return Value

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