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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 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
path にある XPS ファイルに XPS ドキュメントを保存します。
void Aspose::Page::XPS::XpsDocument::Save(System::String path)
| パラメーター | 型 | 説明 |
|---|---|---|
| パス | System::String | ドキュメントの場所です。 |
参照
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++