 | 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.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_OnBeforeClosePage(
IntPtr page,
IntPtr form_handle
)
Public Shared Sub FORM_OnBeforeClosePage (
page As IntPtr,
form_handle As IntPtr
)
public:
static void FORM_OnBeforeClosePage(
IntPtr page,
IntPtr form_handle
)
static member FORM_OnBeforeClosePage :
page : IntPtr *
form_handle : IntPtr -> unit
public static void FORM_OnBeforeClosePage(
IntPtr page,
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_OnBeforeClosePage = function(page, 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