Aspose::Page::XPS::XpsDocument::Save 方法
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
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++