 | PdfFormsOnBeforeFormResetCallback Method |
This method invoked by SDK before forms is reseted.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxprotected virtual int OnBeforeFormResetCallback(
FPDF_FORMFILLNOTIFY pThis,
IntPtr intForm
)
Protected Overridable Function OnBeforeFormResetCallback (
pThis As FPDF_FORMFILLNOTIFY,
intForm As IntPtr
) As Integer
protected:
virtual int OnBeforeFormResetCallback(
FPDF_FORMFILLNOTIFY^ pThis,
IntPtr intForm
)
abstract OnBeforeFormResetCallback :
pThis : FPDF_FORMFILLNOTIFY *
intForm : IntPtr -> int
override OnBeforeFormResetCallback :
pThis : FPDF_FORMFILLNOTIFY *
intForm : IntPtr -> int
protected int OnBeforeFormResetCallback(
FPDF_FORMFILLNOTIFY pThis,
IntPtr intForm
)
function OnBeforeFormResetCallback(pThis, intForm);
Parameters
- pThis FPDF_FORMFILLNOTIFY
- Pointer to the interface structure itself
- intForm IntPtr
- Handle to Interactive Forms object
Return Value
Int320 to accept changes, -1 to cancel
Remarks
See Also