Click or drag to resize

DocumentSave(String) Method

Saves the PDF document into the specified file.

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public void Save(
	string pdfFilePath
)

Parameters

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