Cara Mengapply Lisensi untuk Aspose.PSD Adapters untuk .NET

Contoh Kode cara mengapply lisensi

Untuk menggunakan Aspose.PSD Adapters Anda akan memerlukan lisensi baik untuk Aspose.PSD maupun Adaptees-nya.

Silakan periksa contoh berikut tentang cara mengapply Lisensi Aspose.PSD dan Aspose.Imaging untuk menggunakan seluruh kekuatan 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

Dimana mendapatkan lisensi untuk Produk Aspose

Silakan periksa Halaman Harga Resmi Aspose.PSD: https://purchase.aspose.com/pricing/psd/net/

Juga, Anda dapat menghubungi reseller lokal Anda.

Material tambahan tentang Adapters

Untuk deskripsi dan contoh tambahan, silakan cek: