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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| ροή | 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)
| Parameter | Type | Περιγραφή |
|---|---|---|
| iccProfilePath | System::String | Η διαδρομή προς το προφίλ ICC για λήψη ως πόρο. |
ReturnValue
Νέος πόρος προφίλ ICC.
Δείτε επίσης
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++