Aspose::Pdf::Document::Merge метод

Document::Merge(const System::ArrayPtr<System::SharedPtr<Document>>&) method

Объединяет документы.

void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
ПараметрТипОписание
документыconst System::ArrayPtr<System::SharedPtr<Document>>&Документы для объединения.

См. также

Document::Merge(const System::ArrayPtr<System::String>&) method

Объединяет pdf‑файлы.

void Aspose::Pdf::Document::Merge(const System::ArrayPtr<System::String> &files)
ПараметрТипОписание
файлыconst System::ArrayPtr<System::String>&PDF‑файлы для объединения.

См. также

Document::Merge(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::SharedPtr<Document>>&) method

Объединяет документы.

void Aspose::Pdf::Document::Merge(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &documents)
ПараметрТипОписание
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&Параметры объединения.
документыconst System::ArrayPtr<System::SharedPtr<Document>>&Документы для объединения.

См. также

Document::Merge(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::String>&) method

Объединяет документы.

void Aspose::Pdf::Document::Merge(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::String> &files)
ПараметрТипОписание
mergeOptionsconst System::SharedPtr<Document::MergeOptions>&Параметры объединения.
файлыconst System::ArrayPtr<System::String>&PDF‑файлы для объединения.

См. также