ILicense
ILicense interface
提供许可组件的方法。
public interface ILicense
方法
姓名 | 描述 |
---|---|
ResetLicense() | 重置许可证 |
SetLicense(Stream) | 许可组件。 |
SetLicense(string) | 许可组件。 |
例子
在本例中,将尝试查找名为 MyLicense.lic::的许可证文件:47:::在包含组件的文件夹中,在包含调用程序集的文件夹中, 在条目程序集的文件夹中,然后在调用程序集的嵌入资源中。
[C#]
License license = new License();
license.SetLicense("MyLicense.lic");
[Visual Basic]
Dim license As license = New license
License.SetLicense("MyLicense.lic")
也可以看看
- 命名空间 Aspose.Slides
- 部件 Aspose.Slides