 | PdfiumFORM_DoPageAAction Method |
This method is required for performing the page object's additional-action when opened or closed.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_DoPageAAction(
IntPtr page,
IntPtr form_handle,
PageActionTypes aatype
)
Public Shared Sub FORM_DoPageAAction (
page As IntPtr,
form_handle As IntPtr,
aatype As PageActionTypes
)
public:
static void FORM_DoPageAAction(
IntPtr page,
IntPtr form_handle,
PageActionTypes aatype
)
static member FORM_DoPageAAction :
page : IntPtr *
form_handle : IntPtr *
aatype : PageActionTypes -> unit
public static void FORM_DoPageAAction(
IntPtr page,
IntPtr form_handle,
PageActionTypes aatype
)
Patagames.Pdf.Pdfium.FORM_DoPageAAction = function(page, form_handle, aatype);
Parameters
- page IntPtr
- Handle to the page. Returned by FPDF_LoadPage(IntPtr, Int32) function.
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
- aatype PageActionTypes
- The type of the page object's additional-actions. See PageActionTypes for details.
See Also