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>>& | Документы для объединения. |
См. также
- Typedef ArrayPtr
- Typedef SharedPtr
- Class Document
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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‑файлы для объединения. |
См. также
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | Параметры объединения. |
| документы | const System::ArrayPtr<System::SharedPtr<Document>>& | Документы для объединения. |
См. также
- Typedef SharedPtr
- Class MergeOptions
- Typedef ArrayPtr
- Class Document
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
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)
| Параметр | Тип | Описание |
|---|---|---|
| mergeOptions | const System::SharedPtr<Document::MergeOptions>& | Параметры объединения. |
| файлы | const System::ArrayPtr<System::String>& | PDF‑файлы для объединения. |
См. также
- Typedef SharedPtr
- Class MergeOptions
- Typedef ArrayPtr
- Class String
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++