Aspose::Page::XPS::XpsDocument::SaveAsPs méthode
Contenu
[
Cacher
]XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
Enregistre le document au format PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Paramètre | Type | Description |
|---|---|---|
| flux | System::SharedPtr<System::IO::Stream> | Le flux vers lequel écrire le fichier PS de sortie. |
| options | System::SharedPtr<EPS::Device::PsSaveOptions> | Options pour enregistrer le document au format PS. |
Voir aussi
- 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
Enregistre le document au format PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Paramètre | Type | Description |
|---|---|---|
| outPsFilePath | System::String | Un chemin de fichier PS de sortie. |
| options | System::SharedPtr<EPS::Device::PsSaveOptions> | Options pour enregistrer le document au format PS. |
Voir aussi
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++