Click or drag to resize
Pdf Library for .NET

PdfManagerSave(String) Method

Saves the pdf document to the specified file.

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

Parameters

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