DocumentSave Method (String) |
Saves the PDF document into the specified file.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic void Save(
string pdfFilePath
)
Public Sub Save (
pdfFilePath As String
)
Parameters
- pdfFilePath
- Type: SystemString
The name of the file where to save the document. It can be a full path or a relative path.
See Also