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)
ParameterType描述
System::SharedPtr<System::IO::Stream>用于写入输出 PS 文件的流。
选项System::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)
ParameterType描述
outPsFilePathSystem::String输出 PS 文件的路径。
选项System::SharedPtr<EPS::Device::PsSaveOptions>以 PS 格式保存文档的选项。

另见