Class License

Info

Provides method to set License.

public static class License

Inheritance

objectLicense

Inherited Members

Examples

Shows how to activate a license.

// Set License
License.Set("PathToLicense.lic");

Methods

Set(string)

Licenses the component.

public static void Set(string licenseName)

Parameters

  • licenseName string: Can be a full or short file name. Use an empty string to switch to evaluation mode.

Namespace: Documentize Assembly: Documentize.dll

 English