Aspose::Page::License::SetLicense method

License::SetLicense(System::SharedPtr<System::IO::Stream>) method

구성 요소에 라이선스를 적용합니다.

void Aspose::Page::License::SetLicense(System::SharedPtr<System::IO::Stream> stream)
매개변수형식설명
스트림System::SharedPtr<System::IO::Stream>라이선스를 포함하는 스트림입니다.

비고

스트림에서 라이선스를 로드하려면 이 메서드를 사용하십시오.

void setLicense(java.io.InputStream stream)

또 보기

License::SetLicense(System::String) method

구성 요소에 라이선스를 적용합니다.

void Aspose::Page::License::SetLicense(System::String licenseName)

비고

다음 위치에서 라이선스를 찾으려고 시도합니다:

  1. 명시적 경로.
  1. 구성 요소 어셈블리의 폴더.

  2. 클라이언트 호출 어셈블리의 폴더.

  3. 엔트리 어셈블리의 폴더.

  4. 클라이언트 호출 어셈블리의 임베드된 리소스.

**Note:**On the .NET Compact Framework, tries to find the license only in these locations:

  1. 명시적 경로.

  2. 클라이언트 호출 어셈블리의 임베드된 리소스.

  1. 구성 요소 JAR 파일의 폴더.
## 또 보기