 | PdfiumFORM_DoDocumentOpenAction Method |
This method is required for performing open-action when the document is opened.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FORM_DoDocumentOpenAction(
IntPtr form_handle
)
Public Shared Sub FORM_DoDocumentOpenAction (
form_handle As IntPtr
)
public:
static void FORM_DoDocumentOpenAction(
IntPtr form_handle
)
static member FORM_DoDocumentOpenAction :
form_handle : IntPtr -> unit
public static void FORM_DoDocumentOpenAction(
IntPtr form_handle
)
Patagames.Pdf.Pdfium.FORM_DoDocumentOpenAction = function(form_handle);
Parameters
- form_handle IntPtr
- Handle to the form fill module. Returned by {0} Overload.
RemarksThis method will do nothing if there is no open-actions embedded in the document.
See Also