Aspose::Page::XPS::XpsDocument::SaveAsPs methode

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

Slaat het document op in PS-formaat.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypeBeschrijving
streamSystem::SharedPtr<System::IO::Stream>De stream om het uitvoer‑PS‑bestand naar te schrijven.
optiesSystem::SharedPtr<EPS::Device::PsSaveOptions>Opties voor het opslaan van het document in PS-formaat.

Zie ook

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

Slaat het document op in PS-formaat.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypeBeschrijving
outPsFilePathSystem::StringEen pad naar een uitvoer‑PS‑bestand.
optiesSystem::SharedPtr<EPS::Device::PsSaveOptions>Opties voor het opslaan van het document in PS-formaat.

Zie ook