Aspose::Page::XPS::XpsDocument::Save метод

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

Сохраняет документ XPS в поток.

void Aspose::Page::XPS::XpsDocument::Save(System::SharedPtr<System::IO::Stream> stream)
ПараметрТипОписание
streamSystem::SharedPtr<System::IO::Stream>Поток документа XPS, в который будет сохраняться.

См. также

XpsDocument::Save(System::String) method

Сохраняет документ XPS в файл XPS, расположенный по пути.

void Aspose::Page::XPS::XpsDocument::Save(System::String path)
ПараметрТипОписание
путьSystem::StringРасположение документа.

См. также