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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | System::SharedPtr<System::IO::Stream> | Der Stream, der das ICC-Profil enthält, das als Ressource verwendet werden soll. |
ReturnValue
Neue ICC-Profilressource.
Siehe auch
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| Parameter | Typ | Beschreibung |
|---|---|---|
| iccProfilePath | System::String | Der Pfad zum ICC-Profil, das als Ressource verwendet werden soll. |
ReturnValue
Neue ICC-Profilressource.
Siehe auch
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++