Click or drag to resize

PdfiumFPDF_SaveAsCopy Method

Saves the copy of specified document in custom way.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDF_SaveAsCopy(
	IntPtr document,
	FPDF_FILEWRITE saveData,
	SaveFlags flag
)

Parameters

document  IntPtr
Handle to document. Returned by FPDF_LoadDocument(String, String) and FPDF_CreateNewDocument.
saveData  FPDF_FILEWRITE
A pointer to a custom file write structure
flag  SaveFlags
The creating flags.

Return Value

Boolean
TRUE for succeed, FALSE for failed.
See Also