Register and install trial license.
Syntax

[C#]

static void Register();

[Visual Basic]

Shared Sub Register()
Notes

A trial license is installed automatically if no other license is present. If ImageGlue is installed manually without running the IGSettings application, if you want to use a trial license, and if your code is going to operating from a reduced permission account such as that associated with ASP.NET, call this method in advance from code that has administrator privilege to install the trial license properly.

Example

None.