VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / valueOf Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    valueOf Method
    In This Topic
    Returns value of this enumeration element.
    Syntax
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: number
    value = instance.valueOf();
    
    
    function valueOf() : number;
    

    Return Value

    Value of this enumeration element.
    Browser Compatibility
    9
    See Also