DocumentSave(String) Method |
Saves the PDF document into the specified file.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic void Save(
string pdfFilePath
)
Public Sub Save (
pdfFilePath As String
)
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