如何为 Aspose.PSD 适配器应用许可证

如何申请许可证的代码示例

要使用 Aspose.PSD 适配器,您需要为 Aspose.PSD 及其 Adaptees 都需要许可证。

请查看以下示例,了解如何申请 Aspose.PSD 和 Aspose.Imaging 许可证以充分发挥适配器的功能。

// To work with adapters you need both Aspose.PSD and adaptee Licenses
// Here is how to apply Aspose.PSD License
var license = new Aspose.PSD.License();
license.SetLicense(@"Aspose.PSD.NET.lic");
// Here is example of how to apply Adaptee License for Aspose.Imaging
var licImaging = new Aspose.Imaging.License();
licImaging.SetLicense(@"Aspose.Imaging.NET.lic");
// Then you can run any code of adapters or PSD or Imaging library

获取 Aspose 产品许可证的途径

请查看官方的 Aspose.PSD 定价页面: https://purchase.aspose.com/pricing/psd/net/

此外,您还可以与当地的经销商联系。

关于适配器的其他资料

有关适配器的附加描述和示例,请参阅: