Click or drag to resize

PdfMergerSave(String) Method

Saves the resulting PDF document to a file with the specified path.


Namespace: SautinSoft.Pdf.Facades
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public void Save(
	string path
)

Parameters

path  String
The path to a file to which to save a resulting PDF document.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is .
See Also