Click or drag to resize

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
)

Parameters

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