PdfEditorSaveToFile Method

Saves the edited PDF to a file and releases all resources

Definition

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

Parameters

filePath  String
Path to save the edited PDF

See Also