PDFMergeSaveMergedPDFToFile Method |
Saves the merged PDF document into the specified disk file.
Namespace: ExpertPdf.MergePdfAssembly: ExpertPdf.MergePdf (in ExpertPdf.MergePdf.dll) Version: 4.2
Syntaxpublic void SaveMergedPDFToFile(
string outFile
)
Public Sub SaveMergedPDFToFile (
outFile As String
)
Parameters
- outFile
- Type: SystemString
The full path of the file where to save the rendered PDF document.
See Also