 | PdfiumFORM_OnAfterLoadPage Method |
This method is required for implementing all the form related functions. Should be invoked after user
successfully loaded a PDF page, and method
{0} Overload had been invoked.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_OnAfterLoadPage(
IntPtr page,
IntPtr form_handle
)
Public Shared Sub FORM_OnAfterLoadPage (
page As IntPtr,
form_handle As IntPtr
)
public:
static void FORM_OnAfterLoadPage(
IntPtr page,
IntPtr form_handle
)
static member FORM_OnAfterLoadPage :
page : IntPtr *
form_handle : IntPtr -> unit
public static void FORM_OnAfterLoadPage(
IntPtr page,
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_OnAfterLoadPage = 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