Click or drag to resize

PdfFormsOnAfterFormImportDataCallback Method

This method invoked by SDK after forms data is imported.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
protected virtual void OnAfterFormImportDataCallback(
	FPDF_FORMFILLNOTIFY pThis,
	IntPtr intForm
)

Parameters

pThis  FPDF_FORMFILLNOTIFY
Pointer to the interface structure itself
intForm  IntPtr
Handle to Interactive Forms object
Remarks
See Also