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)
パラメーター説明
streamSystem::SharedPtr<System::IO::Stream>保存先となる XPS ドキュメントのストリームです。

参照

XpsDocument::Save(System::String) method

path にある XPS ファイルに XPS ドキュメントを保存します。

void Aspose::Page::XPS::XpsDocument::Save(System::String path)
パラメーター説明
パスSystem::Stringドキュメントの場所です。

参照