ExpertPdf Html to Pdf Converter Library
Save Method (pdfFilePath)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentSave(String)
ExpertPdf Html to Pdf Converter Library
Saves the PDF document into the specified file.
Declaration Syntax
C#Visual BasicVisual C++
public void Save(
	string pdfFilePath
)
Public Sub Save ( 
	pdfFilePath As String
)
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.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)