PDFSplitDocSaveToFile Method |
Save the PDF document buffer into the specified disk file
Namespace:
ExpertPdf.PDFSplit
Assembly:
epsplitpdf (in epsplitpdf.dll) Version: 6.0
Syntax public void SaveToFile(
string destFilePath
)
Public Sub SaveToFile (
destFilePath As String
)
Parameters
- destFilePath
- Type: SystemString
The file where to save the PDF document
See Also