Click or drag to resize

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.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Save(
	string path
)

Parameters

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