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: 9.0
Syntax
public void SaveToFile(
	string destFilePath
)

Parameters

destFilePath  String
The file where to save the PDF document
See Also