VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebFlagsEnumItemBaseJS type / remove Methods / remove(string) Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    remove(string) Method
    In This Topic
    Returns new enumeration element (bit field) that is difference between this bit field and the specified bit field.
    Syntax
    var instance = new Vintasoft.Shared.WebFlagsEnumItemBaseJS();
    
    var value; // Type: Vintasoft.Shared.WebFlagsEnumItemBaseJS
    
    // Parameters
    var val; // Type: string
    
    value = instance.remove(val);
    
    
    function remove(
    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 difference between this bit field and the specified bit field.
    Browser Compatibility
    9
    See Also