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 형식으로 문서를 저장하기 위한 옵션입니다.

또 보기

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)
매개변수형식설명
outPsFilePathSystem::String출력 PS 파일 경로입니다.
옵션System::SharedPtr<EPS::Device::PsSaveOptions>PS 형식으로 문서를 저장하기 위한 옵션입니다.

또 보기