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)
| Parameter | Type | 描述 |
|---|---|---|
| 流 | System::SharedPtr<System::IO::Stream> | 用于写入输出 PS 文件的流。 |
| 选项 | 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)
| Parameter | Type | 描述 |
|---|---|---|
| outPsFilePath | System::String | 输出 PS 文件的路径。 |
| 选项 | System::SharedPtr<EPS::Device::PsSaveOptions> | 以 PS 格式保存文档的选项。 |
另见
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++