Aspose.PSD Adapters for .NETのライセンスを適用する方法

ライセンスを適用する方法のコードサンプル

Aspose.PSDアダプタを使用するには、Aspose.PSDとそのAdapteesの両方のライセンスが必要です。

以下は、Aspose.PSDとAspose.Imagingのライセンスを適用して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

Aspose製品のライセンス入手先

公式Aspose.PSD価格ページをご覧ください: https://purchase.aspose.com/pricing/psd/net/

また、地元の販売代理店と連絡を取ることもできます。

アダプタに関する追加資料

追加の説明や例については、以下をご確認ください: