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: 2026.8.27
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
See Also