PDFSplitDocSaveToFile Method |
Save the PDF document buffer into the specified disk file
Namespace: ExpertPdf.PDFSplitAssembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
Syntaxpublic void SaveToFile(
string destFilePath
)
Public Sub SaveToFile (
destFilePath As String
)
Parameters
- destFilePath
- Type: SystemString
The file where to save the PDF document
See Also