VintaSoft Barcode .NET SDK 15.1: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebFlagsEnumItemBaseJS type / add Methods / add(string) Property
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    add(string) Метод
    В этом разделе
    Returns new enumeration element (bit field) that is concatenation of this bit field and the specified bit field. This method has effect only for enumerations that defines bit flags.
    Синтаксис
    var instance = new Vintasoft.Shared.WebFlagsEnumItemBaseJS();
    
    var value; // Type: Vintasoft.Shared.WebFlagsEnumItemBaseJS
    
    // Parameters
    var val; // Type: string
    
    value = instance.add(val);
    
    
    function add(
    val
    Name of enumeration element (bit field).
    : string
    ) : WebFlagsEnumItemBaseJS;

    Parameters

    val
    Name of enumeration element (bit field).

    Return Value

    New enumeration element (bit field) that is concatenation of this bit field and the specified bit field.
    Смотрите также