Aspose::Page::XPS::XpsDocument::CreateIccProfile मेथड
अंतर्वस्तु
[
छिपाना
]XpsDocument::CreateIccProfile(System::SharedPtr<System::IO::Stream>) method
stream से एक नया ICC प्रोफ़ाइल संसाधन बनाता है।
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
iccProfilePath पर स्थित ICC प्रोफ़ाइल फ़ाइल से एक नया ICC प्रोफ़ाइल संसाधन बनाता है।
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++