Aspose::Page::XPS::XpsDocument::SaveAsPs método

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

Guarda el documento en formato PS.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::SharedPtr<System::IO::Stream> stream, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParámetroTipoDescripción
flujoSystem::SharedPtr<System::IO::Stream>El flujo donde escribir el archivo PS de salida.
opcionesSystem::SharedPtr<EPS::Device::PsSaveOptions>Opciones para guardar el documento en formato PS.

Ver también

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

Guarda el documento en formato PS.

void Aspose::Page::XPS::XpsDocument::SaveAsPs(System::String outPsFilePath, System::SharedPtr<EPS::Device::PsSaveOptions> options)
ParámetroTipoDescripción
outPsFilePathSystem::StringUna ruta de archivo PS de salida.
opcionesSystem::SharedPtr<EPS::Device::PsSaveOptions>Opciones para guardar el documento en formato PS.

Ver también