PdfDocumentSaveToFile Method

Saves the PDF document to the specified file

Definition

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

Parameters

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

See Also