Click or drag to resize
PDFSplitDocSaveToFile Method
Save the PDF document buffer into the specified disk file

Namespace: ExpertPdf.PDFSplit
Assembly: ExpertPdf.PdfSplit (in ExpertPdf.PdfSplit.dll) Version: 4.2
Syntax
public void SaveToFile(
	string destFilePath
)

Parameters

destFilePath
Type: SystemString
The file where to save the PDF document
See Also