PdfDocumentSave(String) Method |
Saves the entire PDF document to a file with the specified path.
Use SaveOptions to specify options used for saving the PdfDocument to a PDF file.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic void Save(
string path
)
Public Sub Save (
path As String
)
Parameters
- path String
- The path to a file to which to save a PDF document.
Exceptions
See Also