Provides methods to license the component.
For a list of all members of this type, see License Members.
System.Object
Aspose.Editor.Server.License
[Visual Basic]
Public Class License
Example
In this example, an attempt will be made to find a license file named MyLicense.lic in the folder that contains the component, in the folder that contains the calling assembly, in the folder of the entry assembly and then in the embedded resources of the calling assembly. This code is typically invoked from server page constructor.
[C#]
License l = new License();
l.SetLicense("MyLicense.lic");
[Visual Basic]
Dim l As New License()
l.SetLicense("MyLicense.lic")Requirements
Namespace: Aspose.Editor.Server
Assembly: Aspose.Editor.Server (in Aspose.Editor.Server.dll)
See Also
License Members | Aspose.Editor.Server Namespace