register(string,string,string) Method
In This Topic
Registers the SDK for usage in web application.
Syntax
var instance = new Vintasoft.Twain.WebTwainGlobalSettingsJS();
var value; // Type: any
// Parameters
var regUser; // Type: string
var regUrl; // Type: string
var regCode; // Type: string
value = instance.register(regUser, regUrl, regCode);
function register(
: string,
: string,
: string
) : any;
Parameters
- regUser
- Registered user.
- regUrl
- Registered URL.
- regCode
- Registration code.
Browser Compatibility
See Also