Click or drag to resize

IPdfDocumentSave(String) Method

Saves the document to the specified path.

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
void Save(
	string filePath
)

Parameters

filePath  String
Path to file where the document will be saved.
See Also