Aspose::Page::XPS::XpsDocument::CreateIccProfile method

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

Maakt een nieuw ICC-profielresource aan vanuit stream.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeBeschrijving
streamSystem::SharedPtr<System::IO::Stream>De stream die het ICC-profiel bevat dat als resource moet worden genomen.

ReturnValue

Nieuwe ICC-profielresource.

Zie ook

XpsDocument::CreateIccProfile(System::String) method

Maakt een nieuw ICC-profielresource aan vanuit een ICC-profielbestand op iccProfilePath.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
ParameterTypeBeschrijving
iccProfilePathSystem::StringHet pad naar het ICC-profiel dat als resource moet worden genomen.

ReturnValue

Nieuwe ICC-profielresource.

Zie ook