Aspose::Page::XPS::XpsDocument::SaveAsPs method
XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
Menyimpan dokumen dalam format PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| stream | System::SharedPtr<System::IO::Stream> | Stream untuk menulis file PS output. |
| opsi | System::SharedPtr<EPS::Device::PsSaveOptions> | Opsi untuk menyimpan dokumen dalam format PS. |
Lihat Juga
- 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
Menyimpan dokumen dalam format PS.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| Parameter | Tipe | Deskripsi |
|---|---|---|
| outPsFilePath | System::String | Path file PS output. |
| opsi | System::SharedPtr<EPS::Device::PsSaveOptions> | Opsi untuk menyimpan dokumen dalam format PS. |
Lihat Juga
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++