DocumentSave(String) Method
Saves this PDF document into the file given by the method parameter
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void Save(
string pdfFilePath
)
Public Sub Save (
pdfFilePath As String
)
public:
void Save(
String^ pdfFilePath
)
member Save :
pdfFilePath : string -> unit
Parameters
- pdfFilePath String
- The name of the file where to save the document. It can be a full path or a relative path.