DocumentSave(String) Method
Saves this PDF document into the file given by the method parameter
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public 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.