Aspose::Page::XPS::XpsDocument::CreateImage method
XpsDocument::CreateImage(System::SharedPtr<System::IO::Stream>) method
stream से एक नया इमेज संसाधन बनाता है।
System::SharedPtr<XpsModel::XpsImage> Aspose::Page::XPS::XpsDocument::CreateImage(System::SharedPtr<System::IO::Stream> stream)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| स्ट्रीम | System::SharedPtr<System::IO::Stream> | इमेज को रिसोर्स के रूप में लेने वाली स्ट्रीम। |
ReturnValue
नया इमेज रिसोर्स।
संबंधित देखें
- Typedef SharedPtr
- Class XpsImage
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateImage(System::String) method
imagePath पर स्थित इमेज फ़ाइल से एक नया इमेज संसाधन बनाता है।
System::SharedPtr<XpsModel::XpsImage> Aspose::Page::XPS::XpsDocument::CreateImage(System::String imagePath)
| पैरामीटर | प्रकार | विवरण |
|---|---|---|
| imagePath | System::String | इमेज को रिसोर्स के रूप में लेने का पथ। |
ReturnValue
नया इमेज रिसोर्स।
संबंधित देखें
- Typedef SharedPtr
- Class XpsImage
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++