Aspose::Page::XPS::XpsDocument::SaveAsPs method

XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream>, System::SharedPtr<EPS::Device::PsSaveOptions>) method

Speichert das Dokument im PS-Format.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypBeschreibung
StreamSystem::SharedPtr<System::IO::Stream>Der Stream, in den die Ausgabedatei im PS-Format geschrieben wird.
OptionenSystem::SharedPtr<EPS::Device::PsSaveOptions>Optionen zum Speichern des Dokuments im PS-Format.

Siehe auch

XpsDocument::SaveAsPs(System::String, System::SharedPtr<EPS::Device::PsSaveOptions>) method

Speichert das Dokument im PS-Format.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypBeschreibung
outPsFilePathSystem::StringEin Pfad für die Ausgabedatei im PS-Format.
OptionenSystem::SharedPtr<EPS::Device::PsSaveOptions>Optionen zum Speichern des Dokuments im PS-Format.

Siehe auch