Click or drag to resize

PdfDocumentSave(String, SaveFlags, Int32) Method

Saves a copy of PDF document to the specified file name

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public void Save(
	string path,
	SaveFlags flags,
	int version = 0
)

Parameters

path  String
Path to the new PDF file
flags  SaveFlags
The creating flags.
version  Int32  (Optional)
The PDF file Version. File Version: 14 for 1.4, 15 for 1.5, ...
See Also