PdfDocumentSaveToFile Method

Saves the PDF document to the specified file

Definition

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

Parameters

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

See Also