Click or drag to resize

PdfiumFORM_OnBeforeClosePage Method

This method is required for implementing all the form related functions. Should be invoked before user close the PDF page.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FORM_OnBeforeClosePage(
	IntPtr page,
	IntPtr form_handle
)

Parameters

page  IntPtr
Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
form_handle  IntPtr
Handle to the form fill module. Returned by {0} Overload.
See Also