VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebEnumItemBaseJS type / getAllAvailableNames Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getAllAvailableNames Method
    In This Topic
    Returns names of all enumeration elements.
    Syntax
    var instance = new Vintasoft.Shared.WebEnumItemBaseJS();
    
    var value; // Type: string[]
    value = instance.getAllAvailableNames();
    
    
    function getAllAvailableNames() : string[];
    

    Return Value

    Names of all enumeration elements.
    Browser Compatibility
    9
    See Also