Aspose::Page::XPS::XpsDocument::SaveAsPs método
Contenido
[
Ocultar
]XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
Guarda el documento en formato PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| flujo | System::SharedPtr<System::IO::Stream> | El flujo donde escribir el archivo PS de salida. |
| opciones | System::SharedPtr<EPS::Device::PsSaveOptions> | Opciones para guardar el documento en formato PS. |
Ver también
- 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
Guarda el documento en formato PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parámetro | Tipo | Descripción |
|---|---|---|
| outPsFilePath | System::String | Una ruta de archivo PS de salida. |
| opciones | System::SharedPtr<EPS::Device::PsSaveOptions> | Opciones para guardar el documento en formato PS. |
Ver también
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++