| Index: public/fpdf_formfill.h
|
| diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
|
| index 45c7e52c0c49621d8c8890167301829ce537adcd..710dc4e9d26ab84ef6b99e9d3c5829b5c757bf7f 100644
|
| --- a/public/fpdf_formfill.h
|
| +++ b/public/fpdf_formfill.h
|
| @@ -818,6 +818,25 @@ typedef struct _FPDF_FORMFILLINFO {
|
| double* top,
|
| double* right,
|
| double* bottom);
|
| +
|
| + /**
|
| + * Method: FFI_PageEvent
|
| + * This method fires when pages have been added or deleted.
|
| + * Interface Version:
|
| + * 2
|
| + * Implementation Required:
|
| + * yes
|
| + * Parameters:
|
| + * pThis - Pointer to the interface structure itself.
|
| + * page_index - 0-based page number.
|
| + * event_type - See FXFA_PAGEVIEWEVENT_* above.
|
| + * Return value:
|
| + * None.
|
| + **/
|
| + void (*FFI_PageEvent)(struct _FPDF_FORMFILLINFO* pThis,
|
| + int page_index,
|
| + FPDF_DWORD event_type);
|
| +
|
| /**
|
| * Method: FFI_PopupMenu
|
| * This method will track the right context menu for XFA fields.
|
|
|