How to apply license for Aspose.PSD Adapters for .NET
Code sample how to apply license
To use Aspose.PSD Adapters you’ll need license both for Aspose.PSD and its Adaptees.
Please check the following example how to apply Aspose.PSD and Aspose.Imaging License to use full power of Adapters
// 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 |
Where to get licenses for Aspose Products
Please check official Aspose.PSD Pricing Page: https://purchase.aspose.com/pricing/psd/net/
Also, you can contact with your local resellers.
Additional materials about adapters
For the additional description and examples please check: