| AspriseImagingInputLicense Method  | 
Input the license code 
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void InputLicense(
	string licenseeName,
	string licenseCode
)
Public Shared Sub InputLicense ( 
	licenseeName As String,
	licenseCode As String
)
public:
static void InputLicense(
	String^ licenseeName, 
	String^ licenseCode
)
static member InputLicense : 
        licenseeName : string * 
        licenseCode : string -> unit 
Parameters
- licenseeName
 - Type: SystemString
Licensee name - licenseCode
 - Type: SystemString
License code 
See Also