Click or drag to resize

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.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FORM_OnAfterLoadPage(
	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