IPresentationConverterDeactivateLicense Method |
To deactivate SDK activation using license Key.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax void DeactivateLicense(
string licenseKey
)
Sub DeactivateLicense (
licenseKey As String
)
void DeactivateLicense(
String^ licenseKey
)
Parameters
- licenseKey
- Type: SystemString
License key used to activate the product.
See Also