VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Twain Namespace / WebTwainDeviceManagerJS type / get_TwainSessionId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TwainSessionId Method
    In This Topic
    Gets the identifier of TWAIN session.
    Syntax
    var instance = new Vintasoft.Twain.WebTwainDeviceManagerJS(service);
    
    var value; // Type: string
    value = instance.get_TwainSessionId();
    
    
    function get_TwainSessionId() : string;
    

    Return Value

    The identifier of TWAIN session.
    Browser Compatibility
    9
    See Also