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 ファイルを書き込むストリームです。 |
| options | System::SharedPtr<EPS::Device::PsSaveOptions> | PS 形式でドキュメントを保存するためのオプションです。 |
参照
- Typedef SharedPtr
- Class Stream
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| パラメーター | 型 | 説明 |
|---|---|---|
| outPsFilePath | System::String | 出力 PS ファイルのパスです。 |
| options | System::SharedPtr<EPS::Device::PsSaveOptions> | PS 形式でドキュメントを保存するためのオプションです。 |
参照
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++