Aspose::Words::LowCode::Merger::MergeToImages метод

Merger::MergeToImages(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, Aspose::Words::LowCode::MergeFormatMode) method

Объединяет указанные потоки входных документов в один выходной документ, используя заданные параметры сохранения изображений. Отображает вывод в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Merger::MergeToImages(const System::ArrayPtr<System::SharedPtr<System::IO::Stream>> &inputStreams, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, Aspose::Words::LowCode::MergeFormatMode mergeFormatMode)
ПараметрТипОписание
inputStreamsconst System::ArrayPtr<System::SharedPtr<System::IO::Stream>>&Входные файловые потоки.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
mergeFormatModeAspose::Words::LowCode::MergeFormatModeУказывает, как объединять конфликтующее форматирование.

См. также

Merger::MergeToImages(const System::ArrayPtr<System::String>&, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&, Aspose::Words::LowCode::MergeFormatMode) method

Объединяет указанные входные документы в один выходной документ, используя заданные имена входного и выходного файлов и параметры сохранения. Отображает вывод в виде изображений.

static System::ArrayPtr<System::SharedPtr<System::IO::Stream>> Aspose::Words::LowCode::Merger::MergeToImages(const System::ArrayPtr<System::String> &inputFiles, const System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions> &saveOptions, Aspose::Words::LowCode::MergeFormatMode mergeFormatMode)
ПараметрТипОписание
inputFilesconst System::ArrayPtr<System::String>&Имена входных файлов.
saveOptionsconst System::SharedPtr<Aspose::Words::Saving::ImageSaveOptions>&Параметры сохранения.
mergeFormatModeAspose::Words::LowCode::MergeFormatModeУказывает, как объединять конфликтующее форматирование.

См. также