Aspose::Page::XPS::XpsDocument::SaveAsPs methode
inhoud
[
verbergen
]XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
Slaat het document op in PS-formaat.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parameter | Type | Beschrijving |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | De stream om het uitvoer‑PS‑bestand naar te schrijven. |
| opties | System::SharedPtr<EPS::Device::PsSaveOptions> | Opties voor het opslaan van het document in PS-formaat. |
Zie ook
- 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
Slaat het document op in PS-formaat.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parameter | Type | Beschrijving |
|---|---|---|
| outPsFilePath | System::String | Een pad naar een uitvoer‑PS‑bestand. |
| opties | System::SharedPtr<EPS::Device::PsSaveOptions> | Opties voor het opslaan van het document in PS-formaat. |
Zie ook
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++