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 प्रोफ़ाइल संसाधन।

संबंधित देखें

XpsDocument::CreateIccProfile(System::String) method

iccProfilePath पर स्थित ICC प्रोफ़ाइल फ़ाइल से एक नया ICC प्रोफ़ाइल संसाधन बनाता है।

System::SharedPtr<XpsModel::XpsIccProfile> Aspose::Page::XPS::XpsDocument::CreateIccProfile(System::String iccProfilePath)
पैरामीटरप्रकारविवरण
iccProfilePathSystem::Stringसंसाधन के रूप में लेने के लिए ICC प्रोफ़ाइल का पथ।

ReturnValue

नया ICC प्रोफ़ाइल संसाधन।

संबंधित देखें