 | PdfiumFPDFAction_GetType Method |
Get type of an action
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static ActionTypes FPDFAction_GetType(
IntPtr action
)
Public Shared Function FPDFAction_GetType (
action As IntPtr
) As ActionTypes
public:
static ActionTypes FPDFAction_GetType(
IntPtr action
)
static member FPDFAction_GetType :
action : IntPtr -> ActionTypes
public static ActionTypes FPDFAction_GetType(
IntPtr action
)
Patagames.Pdf.Pdfium.FPDFAction_GetType = function(action);
Parameters
- action IntPtr
- Handle to the action
Return Value
ActionTypes
A type number as defined below
0 - Unsupported action type.
1 - Go to a destination within current document.
2 - Go to a destination within another document.
3 - Universal Resource Identifier, including web pages and other Internet based resources.
4 - Launch an application or open a file.
See Also