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