Aspose::Page::XPS::XpsDocument::CreateIccProfile yöntemi

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

stream üzerinden yeni bir ICC profil kaynağı oluşturur.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
ParameterTypeAçıklama
akışSystem::SharedPtr<System::IO::Stream>Kaynak olarak alınacak ICC profilini içeren akış.

ReturnValue

Yeni ICC profil kaynağı.

Ayrıca Bakınız

XpsDocument::CreateIccProfile(System::String) method

iccProfilePath konumundaki ICC profil dosyasından yeni bir ICC profil kaynağı oluşturur.

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
ParameterTypeAçıklama
iccProfilePathSystem::StringKaynak olarak alınacak ICC profilinin yolu.

ReturnValue

Yeni ICC profil kaynağı.

Ayrıca Bakınız