VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebResolutionJS type / getHashCode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getHashCode Method
    In This Topic
    Serves as a hash function for a particular type.
    Syntax
    var instance = new Vintasoft.Shared.WebResolutionJS(x, y);
    
    var value; // Type: number
    value = instance.getHashCode();
    
    
    function getHashCode() : number;
    

    Return Value

    A hash code for the current object.
    Browser Compatibility
    9
    See Also