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
)
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