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 프로파일 리소스.

또 보기

XpsDocument::CreateIccProfile(System::String) method

iccProfilePath 에 위치한 ICC 프로파일 파일에서 새 ICC 프로파일 리소스를 생성합니다.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
매개변수형식설명
iccProfilePathSystem::String리소스로 사용할 ICC 프로파일의 경로입니다.

ReturnValue

새 ICC 프로파일 리소스.

또 보기