Click or drag to resize

PdfiumFPDFAction_GetType Method

Get type of an action

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static ActionTypes FPDFAction_GetType(
	IntPtr 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