M_PDFiumSharp_PdfDocument_Save_1 - ArgusMagnus/PDFiumSharp GitHub Wiki
Saves the PdfDocument to the file system.
Namespace: PDFiumSharp
Assembly: PDFiumSharp (in PDFiumSharp.dll) Version: 1.0.0
C#
public bool Save(
string filename,
SaveFlags flags = SaveFlags.None,
int version = 0
)
- 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.
Type: Boolean