PresentationConverterActivateLicense Method |
To activate library using user name, email adress and license Key.
Namespace: DigitalOfficePro.Html5PointSdkAssembly: DigitalOfficePro.Html5PointSdk (in DigitalOfficePro.Html5PointSdk.dll) Version: 1.3.8.2 (1.3.8.2)
Syntax public void ActivateLicense(
string userName,
string emailAdress,
string licenseKey
)
Public Sub ActivateLicense (
userName As String,
emailAdress As String,
licenseKey As String
)
public:
virtual void ActivateLicense(
String^ userName,
String^ emailAdress,
String^ licenseKey
) sealed
Parameters
- userName
- Type: SystemString
User name to activate the license. - emailAdress
- Type: SystemString
email address to activate the license. - licenseKey
- Type: SystemString
License key provided by DigitalOfficePro.
Implements
IPresentationConverterActivateLicense(String, String, String)See Also