Click or drag to resize

FFI_ExecuteNamedActionCallback Delegate

This method will execute an named action.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public delegate void FFI_ExecuteNamedActionCallback(
	FPDF_FORMFILLINFO pThis,
	string namedAction
)

Parameters

pThis  FPDF_FORMFILLINFO
Pointer to the interface structure itself.
namedAction  String
A byte string which indicates the named action, terminated by 0.
Remarks
See the named actions description of PDF Reference, Version 1.7 for more details. Required: Yes.
See Also