Aspose::Page::XPS::XpsDocument::CreateIccProfile-Methode

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

Erstellt eine neue ICC-Profilressource aus stream.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
ParameterTypBeschreibung
StreamSystem::SharedPtr<System::IO::Stream>Der Stream, der das ICC-Profil enthält, das als Ressource verwendet werden soll.

ReturnValue

Neue ICC-Profilressource.

Siehe auch

XpsDocument::CreateIccProfile(System::String) method

Erstellt eine neue ICC-Profilressource aus einer ICC-Profildatei, die unter iccProfilePath liegt.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
ParameterTypBeschreibung
iccProfilePathSystem::StringDer Pfad zum ICC-Profil, das als Ressource verwendet werden soll.

ReturnValue

Neue ICC-Profilressource.

Siehe auch