VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / isFlagged Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isFlagged Method
    In This Topic
    Determines that this enumeration element defines a bit field.
    Syntax
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: boolean
    value = instance.isFlagged();
    
    
    function isFlagged() : boolean;
    

    Return Value

    True - this enumeration element defines a bit field; False - this enumeration element does NOT define a bit field.
    Browser Compatibility
    9
    See Also