1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for .NET
  4. /
  5. GroupDocs.Merger
  6. /
  7. IMerger
  8. /
  9. Save

Save

Save(Stream, ISaveOptions)

Saves the result document to the stream document.

public IMerger Save(Stream document, ISaveOptions saveOptions = null)

See Also


Save(string, ISaveOptions)

Saves the result document file to filePath.

public IMerger Save(string filePath, ISaveOptions saveOptions = null)

See Also


Save(string, bool, ISaveOptions)

Saves the result document file to filePath.

public IMerger Save(string filePath, bool useDefaultDirectory, ISaveOptions saveOptions = null)

See Also