PdfEditorSaveToFile Method

Saves the edited PDF to a file and releases all resources

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public void SaveToFile(
	string filePath
)

Parameters

filePath  String
Path to save the edited PDF

See Also