Aspose::Page::XPS::XpsDocument::Save method
XpsDocument::Save(System::SharedPtr<System::IO::Stream>) method
يحفظ مستند XPS إلى الدفق.
void Aspose::Page::XPS::XpsDocument::Save(System::SharedPtr<System::IO::Stream> stream)
| Parameter | Type | الوصف |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | دفق مستند XPS ليتم حفظه فيه. |
انظر أيضًا
- Typedef SharedPtr
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::Save(System::String) method
يحفظ مستند XPS إلى ملف XPS يقع في المسار .
void Aspose::Page::XPS::XpsDocument::Save(System::String path)
| Parameter | Type | الوصف |
|---|---|---|
| المسار | System::String | موقع المستند. |
انظر أيضًا
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++