Skip to content

M_PDFiumSharp_PdfDocument_Save_1

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PdfDocument.Save Method (String, SaveFlags, Int32)

Saves the PdfDocument to the file system.

Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0

Syntax

C#

public bool Save(
	string filename,
	SaveFlags flags = SaveFlags.None,
	int version = 0
)

Parameters

 

filename
Type: System.String
flags (Optional)
Type: PDFiumSharp.SaveFlags
version (Optional)
Type: System.Int32
The new PDF file version of the saved file. 14 for 1.4, 15 for 1.5, etc. Values smaller than 10 are ignored.

Return Value

Type: Boolean

See Also

Reference

PdfDocument Class
Save Overload
PDFiumSharp Namespace

Clone this wiki locally