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)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | De stream die het ICC-profiel bevat dat als resource moet worden genomen. |
ReturnValue
Nieuwe ICC-profielresource.
Zie ook
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| Parameter | Type | Beschrijving |
|---|---|---|
| iccProfilePath | System::String | Het pad naar het ICC-profiel dat als resource moet worden genomen. |
ReturnValue
Nieuwe ICC-profielresource.
Zie ook
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++