Aspose::Page::XPS::XpsDocument::CreateIccProfile method
Contents
[
Hide
]XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method
Creates a new ICC profile resource out of stream .
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream> stream)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | The stream containing the ICC profile to take as a resource. |
ReturnValue
New ICC profile resource.
See Also
- Typedef SharedPtr
- Class XpsIccProfile
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateIccProfile(System::String) method
Creates a new ICC profile resource out of ICC profile file located at the iccProfilePath .
System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
Parameter | Type | Description |
---|---|---|
iccProfilePath | System::String | The path to the ICC profile to take as a resource. |
ReturnValue
New ICC profile resource.
See Also
- Typedef SharedPtr
- Class XpsIccProfile
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++