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