Aspose::Page::XPS::XpsDocument::CreateIccProfile 메서드
XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method
stream 에서 새 ICC 프로파일 리소스를 생성합니다.
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 스트림 | System::SharedPtr<System::IO::Stream> | 리소스로 사용할 ICC 프로파일을 포함하는 스트림입니다. |
ReturnValue
새 ICC 프로파일 리소스.
또 보기
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateIccProfile(System::String) method
iccProfilePath 에 위치한 ICC 프로파일 파일에서 새 ICC 프로파일 리소스를 생성합니다.
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| iccProfilePath | System::String | 리소스로 사용할 ICC 프로파일의 경로입니다. |
ReturnValue
새 ICC 프로파일 리소스.
또 보기
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++