VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceControllerJS type / WebServiceControllerJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebServiceControllerJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebServiceControllerJS class.
    Syntax
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceControllerJS(serviceRoute);
    
    
    function WebServiceControllerJS(
    serviceRoute
    Route to the web API controller or WCF service, for example "/vintasoft/api/VintasoftImageApi/".
    : string
    ) : WebServiceControllerJS;

    Parameters

    serviceRoute
    Route to the web API controller or WCF service, for example "/vintasoft/api/VintasoftImageApi/".
    Browser Compatibility
    9
    See Also