Install a trial license.
Syntax

[C#]

static void InstallTrialLicense(string key);

[Visual Basic]

Shared Sub InstallTrialLicense(key As String)
Notes

Use this method to install a trial license. Call this method at application startup before any ImageGlue objects have been created. You only need to call this method once though calling it additional times will not cause problems.

This method will write to the registry. However if it fails it will not return an error. In this case the license will remain available to the process (or application pool) until it unloads.

If the license could not be installed then an exception will be raised. The most common reason for this is that the license key is invalid.

See Also

LicenseDescription

InstallLicense

Example

None.