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)
| Parameter | Type | الوصف |
|---|---|---|
| دفق | 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)
| Parameter | Type | الوصف |
|---|---|---|
| imagePath | System::String | المسار إلى الصورة لاستخدامها كمورد. |
ReturnValue
مورد صورة جديد.
انظر أيضًا
- Typedef SharedPtr
- Class XpsImage
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++