 | PdfiumFPDF_CopyViewerPreferences Method |
Copy the viewer preferences from one PDF document to another
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDF_CopyViewerPreferences(
IntPtr dest_doc,
IntPtr src_doc
)
Public Shared Function FPDF_CopyViewerPreferences (
dest_doc As IntPtr,
src_doc As IntPtr
) As Boolean
public:
static bool FPDF_CopyViewerPreferences(
IntPtr dest_doc,
IntPtr src_doc
)
static member FPDF_CopyViewerPreferences :
dest_doc : IntPtr *
src_doc : IntPtr -> bool
public static boolean FPDF_CopyViewerPreferences(
IntPtr dest_doc,
IntPtr src_doc
)
Patagames.Pdf.Pdfium.FPDF_CopyViewerPreferences = function(dest_doc, 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
BooleanTRUE for success, FALSE for failure.
See Also