Metode Aspose::Page::XPS::XpsDocument::CreateIccProfile

XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method

Membuat sumber daya profil ICC baru dari stream.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
ParameterTipeDeskripsi
streamSystem::SharedPtr<System::IO::Stream>Stream yang berisi profil ICC yang akan diambil sebagai sumber daya.

ReturnValue

Sumber profil ICC baru.

Lihat Juga

XpsDocument::CreateIccProfile(System::String) method

Membuat sumber daya profil ICC baru dari file profil ICC yang terletak di iccProfilePath.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
ParameterTipeDeskripsi
iccProfilePathSystem::StringJalur ke profil ICC yang akan diambil sebagai sumber daya.

ReturnValue

Sumber profil ICC baru.

Lihat Juga