Aspose::Page::XPS::XpsDocument::SaveAsPs method

XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method

ドキュメントを PS 形式で保存します。

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
パラメーター説明
ストリームSystem::SharedPtr<System::IO::Stream>出力 PS ファイルを書き込むストリームです。
optionsSystem::SharedPtr<EPS::Device::PsSaveOptions>PS 形式でドキュメントを保存するためのオプションです。

参照

XpsDocument::SaveAsPs(System::String, System::SharedPtr<EPS::Device::PsSaveOptions>) method

ドキュメントを PS 形式で保存します。

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
パラメーター説明
outPsFilePathSystem::String出力 PS ファイルのパスです。
optionsSystem::SharedPtr<EPS::Device::PsSaveOptions>PS 形式でドキュメントを保存するためのオプションです。

参照