метод Aspose::Pdf::Document::MergeDocuments
Содержание
[
Скрывать
]Document::MergeDocuments(const System::ArrayPtr<System::SharedPtr<Document>>&) method
Объединяет документы.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::SharedPtr<Document>> &documents)
| Параметр | Тип | Описание |
|---|---|---|
| документы | const System::ArrayPtr<System::SharedPtr<Document>>& | Документы для объединения. |
ReturnValue
Объединённый документ.
См. также
- Typedef SharedPtr
- Class Document
- Typedef ArrayPtr
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::MergeDocuments(const System::ArrayPtr<System::String>&) method
Объединяет pdf‑файлы.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::ArrayPtr<System::String> &files)
| Параметр | Тип | Описание |
|---|---|---|
| файлы | const System::ArrayPtr<System::String>& | PDF‑файлы для объединения. |
ReturnValue
Объединённый документ.
См. также
- Typedef SharedPtr
- Class Document
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::SharedPtr<Document>>&) method
Объединяет документы.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::SharedPtr<Document>> &files)
| Параметр | Тип | Описание |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | |
| файлы | const System::ArrayPtr<System::SharedPtr<Document>>& | Документы для объединения. |
ReturnValue
Объединённый документ.
См. также
- Typedef SharedPtr
- Class Document
- Class MergeOptions
- Typedef ArrayPtr
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions>&, const System::ArrayPtr<System::String>&) method
Объединяет документы.
static System::SharedPtr<Document> Aspose::Pdf::Document::MergeDocuments(const System::SharedPtr<Document::MergeOptions> &mergeOptions, const System::ArrayPtr<System::String> &files)
| Параметр | Тип | Описание |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | Параметры объединения. |
| файлы | const System::ArrayPtr<System::String>& | PDF‑файлы для объединения. |
ReturnValue
Объединённый документ.
См. также
- Typedef SharedPtr
- Class Document
- Class MergeOptions
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++