Метод Aspose::Page::XPS::XpsDocument::Merge

XpsDocument::Merge(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>) method

Объединение нескольких файлов XPS в один документ XPS.

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::SharedPtr<System::IO::Stream> outStream)
ПараметрТипОписание
filesForMergeSystem::ArrayPtr<System::String>Файлы XPS для объединения с этим документом.
outStreamSystem::SharedPtr<System::IO::Stream>Поток вывода, в который сохраняются объединённые документы XPS.

См. также

XpsDocument::Merge(System::ArrayPtr<System::String>, System::String) method

Объединение нескольких файлов XPS в один документ XPS.

void Aspose::Page::XPS::XpsDocument::Merge(System::ArrayPtr<System::String> filesForMerge, System::String outXpsFilePath)
ПараметрТипОписание
filesForMergeSystem::ArrayPtr<System::String>Файлы XPS для объединения с этим документом.
outXpsFilePathSystem::StringПуть к выходному файлу Xps.

См. также