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: 7.0
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