Aspose::Page::XPS::XpsDocument::SaveAsPs method
Inhalt
[
Ausblenden
]XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
Speichert das Dokument im PS-Format.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Stream | System::SharedPtr<System::IO::Stream> | Der Stream, in den die Ausgabedatei im PS-Format geschrieben wird. |
| Optionen | System::SharedPtr<EPS::Device::PsSaveOptions> | Optionen zum Speichern des Dokuments im PS-Format. |
Siehe auch
- 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
Speichert das Dokument im PS-Format.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parameter | Typ | Beschreibung |
|---|---|---|
| outPsFilePath | System::String | Ein Pfad für die Ausgabedatei im PS-Format. |
| Optionen | System::SharedPtr<EPS::Device::PsSaveOptions> | Optionen zum Speichern des Dokuments im PS-Format. |
Siehe auch
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++