MergerSave Method (String) |
Saves the result document file to filePath.
Namespace: GroupDocs.MergerAssembly: GroupDocs.Merger (in GroupDocs.Merger.dll) Version: 20.12.0.0
Syntaxpublic void Save(
string filePath
)
Public Sub Save (
filePath As String
)
public:
void Save(
String^ filePath
)
member Save :
filePath : string -> unit
Parameters
- filePath
- Type: SystemString
The file name or full file path.
Exceptions
See Also