VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebFlagsEnumItemBaseJS 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.WebFlagsEnumItemBaseJS();

var value; // Type: boolean
value = instance.isFlagged();

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