Aspose::Page::XPS::XpsDocument::CreateIccProfile méthode

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

Crée une nouvelle ressource de profil ICC à partir de stream.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
ParamètreTypeDescription
fluxSystem::SharedPtr<System::IO::Stream>Le flux contenant le profil ICC à prendre comme ressource.

ReturnValue

Nouvelle ressource de profil ICC.

Voir aussi

XpsDocument::CreateIccProfile(System::String) method

Crée une nouvelle ressource de profil ICC à partir du fichier de profil ICC situé à iccProfilePath.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
ParamètreTypeDescription
iccProfilePathSystem::StringLe chemin vers le profil ICC à prendre comme ressource.

ReturnValue

Nouvelle ressource de profil ICC.

Voir aussi