Click or drag to resize
DiaSpringWrapperApplyLicenseKey Method
Applies a license key to the component and removes all trial limitations.

Namespace: Inkostar
Assembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntax
public bool ApplyLicenseKey(
	string LicenseToken,
	string LicenseKey
)

Parameters

LicenseToken
Type: SystemString
The license token supplied at point of sale.
LicenseKey
Type: SystemString
The license key obtained during registration.

Return Value

Type: Boolean
True if the license was applied successfully, otherwise false
Remarks
This function will return false if the license key is invalid
Examples
C#: objDevice.ApplyLicenseKey("123456789", "ABCDEFGHIFK1234");
VB.NET: objDevice.ApplyLicenseKey("123456789", "ABCDEFGHIFK1234")
See Also