PdfDocumentSave(String) Method

Saves the PDF document to the specified file.

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
C#
public void Save(
	string filePath
)

Parameters

filePath  String
The full file path where the PDF document will be saved

See Also