PdfDocumentSave(String) Method

Saves the PDF document to the specified file.

Definition

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

Parameters

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

See Also