Saves the PDF document into the specified file.

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

- 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)