Click or drag to resize
PDFMergeSaveMergedPDFToFile Method
Saves the merged PDF document into the specified disk file.

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

Parameters

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