Aspose::Page::XPS::XpsDocument::SaveAsPs metodo
Contenuti
[
Nascondere
]XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
Salva il documento in formato PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parametro | Tipo | Descrizione |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Lo stream su cui scrivere il file PS di output. |
| options | System::SharedPtr<EPS::Device::PsSaveOptions> | Opzioni per salvare il documento in formato PS. |
Vedi anche
- 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
Salva il documento in formato PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parametro | Tipo | Descrizione |
|---|---|---|
| outPsFilePath | System::String | Un percorso per il file PS di output. |
| options | System::SharedPtr<EPS::Device::PsSaveOptions> | Opzioni per salvare il documento in formato PS. |
Vedi anche
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++