Click or drag to resize

C_ACTION_TYPE Enumeration

Enumeration value of action type, type based on the Adobe PDF Specification (1.7), Table 8.48: Event types.

Namespace:  ComPDFKit.PDFDocument.Action
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public enum C_ACTION_TYPE
Members
  Member nameValueDescription
ACTION_TYPE_UNKNOWN0 Unknown type.
ACTION_TYPE_GOTO1 Go to a destination in the current document.
ACTION_TYPE_GOTOR2 (“Go-to remote”) Go to a destination in another document.
ACTION_TYPE_GOTOE3 (“Go-to embedded”; PDF 1.6) Go to a destination in an embedded file.
ACTION_TYPE_LAUNCH4 Launch an application, usually to open a file.
ACTION_TYPE_THREAD5 Begin reading an article thread.
ACTION_TYPE_URI6 Resolve a uniform resource identifier.
ACTION_TYPE_SOUND7 (PDF 1.2) Play a sound.
ACTION_TYPE_MOVIE8 (PDF 1.2) Play a movie.
ACTION_TYPE_HIDE9 (PDF 1.2) Set an annotation’s Hidden flag.
ACTION_TYPE_NAMED10 (PDF1.2) Execute an event predefined by the conforming reader.
ACTION_TYPE_SUBMITFORM11 (PDF 1.2) Send data to a uniform resource locator.
ACTION_TYPE_RESETFORM12 (PDF 1.2) Set fields to their default values.
ACTION_TYPE_IMPORTDATA13 (PDF 1.2) Import field values from a file.
ACTION_TYPE_JAVASCRIPT14 (PDF 1.3) Execute a JavaScript script.
ACTION_TYPE_SETOCGSTATE15 (PDF 1.5) Set the states of optional content groups.
ACTION_TYPE_RENDITION16 (PDF 1.5) Controls the playing of multimedia content.
ACTION_TYPE_TRANS17 (PDF 1.5) Updates the display of a document, using a transition dictionary.
ACTION_TYPE_GOTO3DVIEW18 (PDF 1.6) Set the current view of a 3D annotation
ACTION_TYPE_UOP19 Unlock uop.
ACTION_TYPE_ERROR255 Error type.
See Also