Click or drag to resize

PdfiumFPDF_CopyViewerPreferences Method

Copy the viewer preferences from one PDF document to another

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDF_CopyViewerPreferences(
	IntPtr dest_doc,
	IntPtr src_doc
)

Parameters

dest_doc  IntPtr
Handle to document to write the viewer preferences to.
src_doc  IntPtr
Handle to document with the viewer preferences.

Return Value

Boolean
TRUE for success, FALSE for failure.
See Also