Skip to content

M_PDFiumSharp_PDFium_FPDF_SaveWithVersion

ArgusMagnus edited this page Apr 4, 2017 · 2 revisions

PDFium.FPDF_SaveWithVersion Method

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

Syntax

C#

public static bool FPDF_SaveWithVersion(
	FPDF_DOCUMENT document,
	FPDF_FILEWRITE fileWrite,
	SaveFlags flags,
	int fileVersion
)

Parameters

 

document
Type: PDFiumSharp.Types.FPDF_DOCUMENT
fileWrite
Type: PDFiumSharp.Types.FPDF_FILEWRITE
flags
Type: PDFiumSharp.SaveFlags
fileVersion
Type: System.Int32

Return Value

Type: Boolean

See Also

Reference

PDFium Class
PDFiumSharp Namespace
[!:PDFium.FPDF_SaveAsCopy(FPDF_DOCUMENT, Stream, SaveFlags, int)]
[!:PdfDocument.Save(Stream, SaveFlags, int)]

Clone this wiki locally