Aspose::Words::IDocumentMergerPlugin::Merge метод
IDocumentMergerPlugin::Merge method
Объединяет указанные входные PDF‑документы в один выходной PDF‑документ, используя заданные входные и выходные потоки.
virtual void Aspose::Words::IDocumentMergerPlugin::Merge(System::SharedPtr<System::IO::Stream> outputStream, System::ArrayPtr<System::SharedPtr<System::IO::Stream>> inputStreams, System::ArrayPtr<System::SharedPtr<Aspose::Words::Loading::LoadOptions>> loadOptions)=0
| Параметр | Тип | Описание |
|---|---|---|
| outputStream | System::SharedPtr<System::IO::Stream> | Выходной поток. |
| inputStreams | System::ArrayPtr<System::SharedPtr<System::IO::Stream>> | Входные потоки. |
| loadOptions | System::ArrayPtr<System::SharedPtr<Aspose::Words::Loading::LoadOptions>> | Параметры загрузки для входных файлов. |
См. также
- Class LoadOptions
- Interface IDocumentMergerPlugin
- Namespace Aspose::Words
- Library Aspose.Words for C++