ExpertPdf PDF Creator Library
Saves the PDF document into the specified file.

Declaration Syntax
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.PdfCreator (Module: ExpertPdf.PdfCreator) Version: 3.0.0.0 (3.0.0.0)