PdfDocumentSaveToFile Method

Saves the PDF document to the specified file

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.0.0
C#
public void SaveToFile(
	string filePath
)

Parameters

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

See Also