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
ПараметрТипОписание
outputStreamSystem::SharedPtr<System::IO::Stream>Выходной поток.
inputStreamsSystem::ArrayPtr<System::SharedPtr<System::IO::Stream>>Входные потоки.
loadOptionsSystem::ArrayPtr<System::SharedPtr<Aspose::Words::Loading::LoadOptions>>Параметры загрузки для входных файлов.

См. также