SetLicense

SetLicense(string)

구성 요소에 라이선스를 부여합니다.

public void SetLicense(string filePath)
모수 유형 설명
filePath String 라이선스 파일의 절대 경로입니다.

이 예는 라이센스를 설정하는 방법을 보여줍니다.

// 라이선스 클래스 초기화
License license = new License();

// 경로를 .lic 파일로 설정
license.SetLicense(@"C:\\GroupDocs.Metadata.lic");    

또한보십시오


SetLicense(Stream)

구성 요소에 라이선스를 부여합니다.

public void SetLicense(Stream stream)
모수 유형 설명
stream Stream 라이센스 스트림.

또한보십시오