Merger
Merger class
Represents a group of methods for merging PowerPoint presentations of the same format into one file.
class Merger
Methods
| Method | Description |
|---|---|
| Merger() | |
| static void Process(System::ArrayPtr<System::String>, System::String) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
| static void Process(System::ArrayPtr<System::String>, System::String, System::SharedPtr<Aspose::Slides::Export::ISaveOptions>) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
| static void Process(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
| static void Process(System::ArrayPtr<System::String>, System::SharedPtr<System::IO::Stream>, System::SharedPtr<Aspose::Slides::Export::ISaveOptions>) | Merges multiple PowerPoint presentations of the same format into a single presentation file. |
See Also
- Namespace Aspose::Slides::LowCode
- Library Aspose.Slides