Merger

Merger class

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

public static class Merger

Methods

NameDescription
static Process(string[], Stream)Merges multiple PowerPoint presentations of the same format into a single presentation file.
static Process(string[], string)Merges multiple PowerPoint presentations of the same format into a single presentation file.
static Process(string[], Stream, ISaveOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.
static Process(string[], string, ISaveOptions)Merges multiple PowerPoint presentations of the same format into a single presentation file.

See Also