Click or drag to resize
Pdf Library for .NET

PdfManagerSave Method (String)

Saves the pdf document to the specified file.

Namespace:  SelectPdf.Extras
Assembly:  Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.1
Syntax
public virtual void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
The name of the file where to save the document. It can be a full path or a relative path.
See Also