Click or drag to resize

FPDF_FORMFILLINFO Class

Class for manipulates with PDF forms
Inheritance Hierarchy
SystemObject
  Patagames.PdfFPDF_FORMFILLINFO

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class FPDF_FORMFILLINFO : IStaticCallbacks

The FPDF_FORMFILLINFO type exposes the following members.

Constructors
 NameDescription
Public methodFPDF_FORMFILLINFOInitializes a new instance of the FPDF_FORMFILLINFO class
Top
Fields
 NameDescription
Public fieldFFI_DoGoToAction Application defined callback function. See FFI_DoGoToActionCallback delegate for detail
Public fieldFFI_DoURIAction Application defined callback function. See FFI_DoURIActionCallback delegate for detail
Public fieldFFI_ExecuteNamedAction Application defined callback function. See FFI_ExecuteNamedActionCallback delegate for detail
Public fieldFFI_GetCurrentPage Application defined callback function. See FFI_GetCurrentPageCallback delegate for detail
Public fieldFFI_GetLocalTime Application defined callback function. See FFI_GetLocalTimeCallback delegate for detail
Public fieldFFI_GetPage Application defined callback function. See FFI_GetPageCallback delegate for detail
Public fieldFFI_GetRotation Application defined callback function. See FFI_GetRotationCallback delegate for detail
Public fieldFFI_Invalidate Application defined callback function. See FFI_InvalidateCallback delegate for detail
Public fieldFFI_KillTimer Application defined callback function. See FFI_KillTimerCallback delegate for detail
Public fieldFFI_OnChange Application defined callback function. See FFI_OnChangeCallback delegate for detail
Public fieldFFI_OutputSelectedRect Application defined callback function. See FFI_OutputSelectedRectCallback delegate for detail
Public fieldFFI_SetCursor Application defined callback function. See FFI_SetCursorCallback delegate for detail
Public fieldFFI_SetTextFieldFocus Application defined callback function. See FFI_SetTextFieldFocusCallback delegate for detail
Public fieldFFI_SetTimer Application defined callback function. See FFI_SetTimerCallback delegate for detail
Public fieldRelease Application defined callback function. See ReleaseCallback delegate for detail
Public fieldVersion Version number of the interface. Currently must be 1.
Top
See Also