Метод Aspose::Page::XPS::XpsDocument::CreateIccProfile
XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method
Создаёт новый ресурс ICC‑профиля из stream .
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
| Параметр | Тип | Описание |
|---|---|---|
| поток | System::SharedPtr<System::IO::Stream> | Поток, содержащий ICC‑профиль, который будет использоваться как ресурс. |
ReturnValue
Новый ресурс ICC‑профиля.
См. также
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateIccProfile(System::String) method
Создаёт новый ресурс ICC‑профиля из файла ICC‑профиля, расположенного по пути iccProfilePath .
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
| Параметр | Тип | Описание |
|---|---|---|
| iccProfilePath | System::String | Путь к ICC‑профилю, который будет использоваться как ресурс. |
ReturnValue
Новый ресурс ICC‑профиля.
См. также
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++