DocumentSave(String) Method

Saves this PDF document into the file given by the method parameter

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public void Save(
	string pdfFilePath
)

Parameters

pdfFilePath  String
The name of the file where to save the document. It can be a full path or a relative path.

See Also