VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebFlagsEnumItemBaseJS type
In This Topic
    WebFlagsEnumItemBaseJS Class Methods
    In This Topic
    For a list of all methods of this type, see WebFlagsEnumItemBaseJS.
    Methods
     NameDescription
    Public MethodOverloaded. 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.
    Public MethodOverloaded. Determines that this enumeration element (bit field) contains the specified sub element (bit field). This method has effect only for enumerations that defines bit flags.
    Public MethodOverloaded. Determines that this enumeration element is equals to the specified enumeration element. (Inherited from WebEnumItemBaseJS)
    Public MethodReturns names of all enumeration elements. (Inherited from WebEnumItemBaseJS)
    Public MethodReturns values of all enumeration elements. (Inherited from WebEnumItemBaseJS)
    Public MethodDetermines that this enumeration element defines a bit field.
    Public MethodOverloaded. Returns new enumeration element (bit field) that is difference between this bit field and the specified bit field.
    Public MethodReturns this enumeration element (bit field) as an array of sub elements (bit fields). This method has effect only for enumerations that defines bit flags.
    Public MethodReturns name of this enumeration element. (Inherited from WebEnumItemBaseJS)
    Public MethodReturns value of this enumeration element. (Inherited from WebEnumItemBaseJS)
    See Also