.NET에서 Aspose.PSD 어댑터 라이센스 적용하는 방법
Contents
[
Hide
]
라이센스 적용 코드 샘플
Aspose.PSD 어댑터를 사용하려면 Aspose.PSD 및 해당 어댑터 모두의 라이센스가 필요합니다.
다음 예제를 확인하여 Aspose.PSD 및 Aspose.Imaging 라이센스를 적용하는 방법을 알아보세요.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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/
또한, 현지 리셀러에게 문의할 수 있습니다.
어댑터에 대한 추가 자료
추가 설명 및 예제는 아래에서 확인해주세요: