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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public void Save(
	string pdfFilePath
)
Visual Basic
Public Sub Save ( 
	pdfFilePath As String
)
Visual C++
public:
void Save(
	String^ pdfFilePath
)

Parameters

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

See Also