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)
ParameterTipeDeskripsi
streamSystem::SharedPtr<System::IO::Stream>Stream untuk menulis file PS output.
opsiSystem::SharedPtr<EPS::Device::PsSaveOptions>Opsi untuk menyimpan dokumen dalam format PS.

Lihat Juga

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)
ParameterTipeDeskripsi
outPsFilePathSystem::StringPath file PS output.
opsiSystem::SharedPtr<EPS::Device::PsSaveOptions>Opsi untuk menyimpan dokumen dalam format PS.

Lihat Juga