Merger

Merger class

Represents a group of methods for merging PowerPoint presentations of the same format into one file.

class Merger

Methods

MethodDescription
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