ActionType Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represenrts the list of allowed action types.

Namespace:  Apitron.PDF.Kit.Interactive.Actions
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public enum ActionType
Members

  Member nameValueDescription
GoTo0 Go to a destination in the current document.
RemoteGoTo1 Go to a destination in another document.
EmbeddedGoTo2 Go to a destination in an embedded file.
Launch3 Launch an application, usually to open a file.
Thread4 Begin reading an article thread.
URI5 Resolve a uniform resource identifier.
Sound6 Play a sound.
Movie7 Play a movie.
Hide8 Set an annotation’s Hidden flag.
Named9 Execute an action predefined by the conforming reader.
SetOCGState10 Set the states of optional content groups.
Rendition11 Controls the playing of multimedia content.
Transition12 Updates the display of a document, using a transition dictionary.
GoTo3DView13 Set the current view of a 3D annotation.
JavaScript14 Execute a JavaScript script.
SubmitForm15 Send data to a uniform resource locator.
ImportData16 Import field values from a file.
ResetForm17 Set fields to their default values.
See Also

Reference