DocumentSave(String) Method

Saves this PDF document into the file given by the method parameter

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
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