Aspose::Page::XPS::XpsDocument::SaveAsPs method
XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method
문서를 PS 형식으로 저장합니다.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 스트림 | System::SharedPtr<System::IO::Stream> | 출력 PS 파일을 기록할 스트림입니다. |
| 옵션 | System::SharedPtr<EPS::Device::PsSaveOptions> | PS 형식으로 문서를 저장하기 위한 옵션입니다. |
또 보기
- 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
문서를 PS 형식으로 저장합니다.
void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| outPsFilePath | System::String | 출력 PS 파일 경로입니다. |
| 옵션 | System::SharedPtr<EPS::Device::PsSaveOptions> | PS 형식으로 문서를 저장하기 위한 옵션입니다. |
또 보기
- Class String
- Typedef SharedPtr
- Class PsSaveOptions
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++