Método Aspose::Page::XPS::XpsDocument::Save

XpsDocument::Save(System::SharedPtr<System::IO::Stream>) method

Guarda el documento XPS en un flujo.

void Aspose::Page::XPS::XpsDocument::Save(System::SharedPtr<System::IO::Stream> stream)
ParámetroTipoDescripción
streamSystem::SharedPtr<System::IO::Stream>Flujo del documento XPS en el que se guardará.

Ver también

XpsDocument::Save(System::String) method

Guarda el documento XPS en el archivo XPS ubicado en la ruta.

void Aspose::Page::XPS::XpsDocument::Save(System::String path)
ParámetroTipoDescripción
rutaSystem::StringUbicación del documento.

Ver también