PdfMergerSave(String) Method |
Saves the resulting PDF document to a file with the specified path.
Namespace: SautinSoft.Pdf.FacadesAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic void Save(
string path
)
Public Sub Save (
path As String
)
Parameters
- path String
- The path to a file to which to save a resulting PDF document.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | path is . |
See Also