Aspose::Page::XPS::XpsDocument::SaveAsPs method
Contents
[
Hide
]XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
Saves the document in PS format.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
Parameter | Type | Description |
---|---|---|
stream | System::SharedPtr<System::IO::Stream> | The stream to write the output PS file to. |
options | System::SharedPtr<EPS::Device::PsSaveOptions> | Options for saving the document in PS format. |
See Also
- 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
Saves the document in PS format.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
Parameter | Type | Description |
---|---|---|
outPsFilePath | System::String | An output PS file path. |
options | System::SharedPtr<EPS::Device::PsSaveOptions> | Options for saving the document in PS format. |
See Also
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++