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)
| Parameter | Type | Açı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
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| Parameter | Type | Açıklama |
|---|---|---|
| iccProfilePath | System::String | Kaynak olarak alınacak ICC profilinin yolu. |
ReturnValue
Yeni ICC profil kaynağı.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++