Click or drag to resize

PdfDocumentSave Method (String, SaveFlags, Int32)

Saves a copy of PDF document to the specified file name

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

Parameters

path
Type: SystemString
Path to the new PDF file
flags
Type: Patagames.Pdf.EnumsSaveFlags
The creating flags.
version (Optional)
Type: SystemInt32
The PDF file Version. File Version: 14 for 1.4, 15 for 1.5, ...
See Also