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

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

Saves the document in PS format.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypeDescription
streamSystem::SharedPtr<System::IO::Stream>The stream to write the output PS file to.
optionsSystem::SharedPtr<EPS::Device::PsSaveOptions>Options for saving the document in PS format.

See Also

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

Saves the document in PS format.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParameterTypeDescription
outPsFilePathSystem::StringAn output PS file path.
optionsSystem::SharedPtr<EPS::Device::PsSaveOptions>Options for saving the document in PS format.

See Also