PdfDocumentSave(String) Method

Saves the PDF document to the specified file.

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public void Save(
	string filePath
)

Parameters

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

See Also