كيفية تطبيق الترخيص لمحولات Aspose.PSD لـ .NET
عيّن الشفرة كيفية تطبيق الترخيص
لاستخدام محولات Aspose.PSD، ستحتاج إلى ترخيص لكل من Aspose.PSD ومحولاتها.
يرجى التحقق من المثال التالي حول كيفية تطبيق ترخيص 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/
كما يمكنك الاتصال بموزعيك المحليين.
مواد إضافية حول المحولات
للحصول على وصف وأمثلة إضافية، يرجى التحقق من: