Winnovative Logo

DocumentSave Method (String)

Winnovative Client for .NET Core
Saves this PDF document into the file given by the method parameter

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public void Save(
	string pdfFilePath
)

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

Reference