Click or drag to resize

PDFMergeSaveMergedPDFToFile Method

Saves the merged PDF document into the specified disk file.

Namespace: ExpertPdf.MergePdf
Assembly: epmergepdf (in epmergepdf.dll) Version: 9.0
Syntax
public void SaveMergedPDFToFile(
	string outFile
)

Parameters

outFile  String
The full path of the file where to save the rendered PDF document.
See Also