Class License
Info
Provides method to set License.
public static class License
Inheritance
Inherited Members
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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