Click or drag to resize

PdfDocumentSave(String, SaveOptions) Method

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


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public void Save(
	string path,
	SaveOptions options
)

Parameters

path  String
The path to a file to which to save a PDF document.
options  SaveOptions
The saving options which can be used to define settings for save operation.
Exceptions
ExceptionCondition
ArgumentNullExceptionpath is .
ArgumentNullExceptionoptions is .
See Also