Метод 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)
| Параметр | Тип | Описание |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | Файлы XPS для объединения с этим документом. |
| outStream | System::SharedPtr<System::IO::Stream> | Поток вывода, в который сохраняются объединённые документы XPS. |
См. также
- Typedef ArrayPtr
- Class String
- Typedef SharedPtr
- Class Stream
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| filesForMerge | System::ArrayPtr<System::String> | Файлы XPS для объединения с этим документом. |
| outXpsFilePath | System::String | Путь к выходному файлу Xps. |
См. также
- Typedef ArrayPtr
- Class String
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++