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