public delegate void AfterFormImportDataCallback( FPDF_FORMFILLNOTIFY pThis, IntPtr intForm )
Public Delegate Sub AfterFormImportDataCallback ( pThis As FPDF_FORMFILLNOTIFY, intForm As IntPtr )
public delegate void AfterFormImportDataCallback( FPDF_FORMFILLNOTIFY^ pThis, IntPtr intForm )
type AfterFormImportDataCallback = delegate of pThis : FPDF_FORMFILLNOTIFY * intForm : IntPtr -> unit
/** @delegate */ public delegate void AfterFormImportDataCallback( FPDF_FORMFILLNOTIFY pThis, IntPtr intForm )
function(pThis, intForm);
Delegate is called by ImportFromFdf(FdfDocument) and by FPDFInterForm_ImportFromFDF(IntPtr, IntPtr, Boolean)